mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-17 04:49:30 +02:00
fix overlapping flag set
This commit is contained in:
parent
59c75e9602
commit
db74938d56
@ -57,9 +57,9 @@ export class RibbonData {
|
|||||||
/** Flag for winning classic */
|
/** Flag for winning classic */
|
||||||
public static readonly CLASSIC = 0x80000 as RibbonFlag;
|
public static readonly CLASSIC = 0x80000 as RibbonFlag;
|
||||||
/** Flag for winning the nuzzlocke challenge */
|
/** Flag for winning the nuzzlocke challenge */
|
||||||
public static readonly NUZLOCKE = 0x80000 as RibbonFlag;
|
public static readonly NUZLOCKE = 0x100000 as RibbonFlag;
|
||||||
/** Flag for reaching max friendship */
|
/** Flag for reaching max friendship */
|
||||||
public static readonly FRIENDSHIP = 0x100000 as RibbonFlag;
|
public static readonly FRIENDSHIP = 0x200000 as RibbonFlag;
|
||||||
//#endregion Ribbons
|
//#endregion Ribbons
|
||||||
|
|
||||||
constructor(value: number) {
|
constructor(value: number) {
|
||||||
|
Loading…
Reference in New Issue
Block a user