mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-11-17 00:31:22 +01:00
Chance enemy buff modifier stack count back to 5
This commit is contained in:
parent
98cade0835
commit
d503834758
@ -1236,7 +1236,7 @@ export abstract class EnemyPersistentModifer extends PersistentModifier {
|
||||
}
|
||||
|
||||
getMaxStackCount(): number {
|
||||
return 1;
|
||||
return 5;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user