diff --git a/src/phases.ts b/src/phases.ts index fe863ce78..3d6559789 100644 --- a/src/phases.ts +++ b/src/phases.ts @@ -2021,7 +2021,7 @@ export class MoveEffectPhase extends PokemonPhase { const user = this.getUserPokemon(); const targets = this.getTargets(); - if (!user) + if (!user || !user.scene) return this.end(); const overridden = new Utils.BooleanHolder(false);