diff --git a/src/phases.ts b/src/phases.ts index f838d36880e..6f295f88430 100644 --- a/src/phases.ts +++ b/src/phases.ts @@ -2797,7 +2797,7 @@ export class PostTurnStatusEffectPhase extends PokemonPhase { } } } else - this.end(); + this.end(); } }