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()) {