From 7900e45b941cef9ec0f231c5678d45de5a8b8ae1 Mon Sep 17 00:00:00 2001 From: Bertie690 Date: Tue, 22 Jul 2025 19:17:10 -0400 Subject: [PATCH] Fixed MEP --- src/phases/move-effect-phase.ts | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/phases/move-effect-phase.ts b/src/phases/move-effect-phase.ts index fdbae382df7..fd69fc96f68 100644 --- a/src/phases/move-effect-phase.ts +++ b/src/phases/move-effect-phase.ts @@ -244,17 +244,6 @@ export class MoveEffectPhase extends PokemonPhase { globalScene.currentBattle.lastPlayerInvolved = this.fieldIndex; } - if (!user.scene) { - /* - * This happens if the Pokemon that used the delayed attack gets caught and released - * on the turn the attack would have triggered. Having access to the global scene - * in the future may solve this entirely, so for now we just cancel the hit - */ - console.warn("User scene bye bye bye skibidi rizz"); - super.end(); - return; - } - const move = this.move; /**