mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-01 22:12:16 +02:00
Fix golden pokeball not stacking
This commit is contained in:
parent
ebff806dbd
commit
92e3a6f537
@ -728,6 +728,10 @@ export class ExtraModifierModifier extends PersistentModifier {
|
|||||||
super(type);
|
super(type);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
match(modifier: Modifier): boolean {
|
||||||
|
return modifier instanceof ExtraModifierModifier;
|
||||||
|
}
|
||||||
|
|
||||||
clone(): ExtraModifierModifier {
|
clone(): ExtraModifierModifier {
|
||||||
return new ExtraModifierModifier(this.type);
|
return new ExtraModifierModifier(this.type);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user