mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-31 05:07:11 +00: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…
x
Reference in New Issue
Block a user