This commit is contained in:
Bertie690 2025-06-15 13:02:46 -04:00
parent ba39af1bbe
commit 0402b07122

View File

@ -265,7 +265,6 @@ export class MovePhase extends BattlePhase {
); );
// cannot use `unshiftPhase` as it will cause status to be reset _after_ move condition checks fire // cannot use `unshiftPhase` as it will cause status to be reset _after_ move condition checks fire
this.pokemon.resetStatus(false, false, false, false); this.pokemon.resetStatus(false, false, false, false);
this.pokemon.updateInfo();
} }
} }
} }