mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-30 20:57:13 +00: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);
|
||||
}
|
||||
|
||||
match(modifier: Modifier): boolean {
|
||||
return modifier instanceof ExtraModifierModifier;
|
||||
}
|
||||
|
||||
clone(): ExtraModifierModifier {
|
||||
return new ExtraModifierModifier(this.type);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user