mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 06:19:29 +02:00
fix overlapping flag set
This commit is contained in:
parent
784d94a56e
commit
1766c0a368
@ -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