From 0f6474f2884cd22a0efcbf5cb9cf556110fa6cd3 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Sat, 12 Jul 2025 14:21:17 +0200 Subject: [PATCH] Update turn-end-phase.ts --- src/phases/turn-end-phase.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/phases/turn-end-phase.ts b/src/phases/turn-end-phase.ts index 4636ca00c1c..5fbcffc4cd6 100644 --- a/src/phases/turn-end-phase.ts +++ b/src/phases/turn-end-phase.ts @@ -61,7 +61,8 @@ export class TurnEndPhase extends FieldPhase { this.executeForAll(handlePokemon); - // TODO: This needs to be moved up before the `handlePokemon` call for Electrify, while also + // TODO: This needs to be moved up earlier to allow Future Sight to be affected by + // Electrify before the latter is removed globalScene.arena.lapseTags(); if (globalScene.arena.weather && !globalScene.arena.weather.lapse()) {