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…
Reference in New Issue