From 1d10b379c9d94119a82edd8ead464f301c241aec Mon Sep 17 00:00:00 2001 From: Dean Date: Sun, 23 Feb 2025 00:12:19 -0800 Subject: [PATCH] Remove duplicate call to clearPhaseQueueSplice --- src/data/ability.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/data/ability.ts b/src/data/ability.ts index 3d381c604d5..bb637922984 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -5381,7 +5381,6 @@ function applyAbAttrsInternal( } applySingleAbAttrs(pokemon, passive, attrType, applyFunc, successFunc, args, gainedMidTurn, simulated, messages); - globalScene.clearPhaseQueueSplice(); } }