diff --git a/src/phases/move-phase.ts b/src/phases/move-phase.ts index 6d4adf77c0f..25c2ba5160d 100644 --- a/src/phases/move-phase.ts +++ b/src/phases/move-phase.ts @@ -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 this.pokemon.resetStatus(false, false, false, false); - this.pokemon.updateInfo(); } } }