mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-20 15:22:19 +02:00
Fix PostBattleInitFormChangeAbAttr displaying
This commit is contained in:
parent
76b6f624ad
commit
e5f5f1bd9a
@ -245,7 +245,7 @@ export class PostBattleInitFormChangeAbAttr extends PostBattleInitAbAttr {
|
||||
private formFunc: (p: Pokemon) => number;
|
||||
|
||||
constructor(formFunc: ((p: Pokemon) => number)) {
|
||||
super(true);
|
||||
super(false);
|
||||
|
||||
this.formFunc = formFunc;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user