mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-29 20:27:18 +00:00
Fix token stack count conflicting
This commit is contained in:
parent
fdff3a549c
commit
d5eb20d842
@ -1800,7 +1800,7 @@ export abstract class EnemyPersistentModifier extends PersistentModifier {
|
||||
}
|
||||
|
||||
getMaxStackCount(scene: BattleScene): integer {
|
||||
return this.type.tier ? 1 : 5;
|
||||
return 5;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user