From 66965bf7e29f1bc9c136451565870ab4da0300d4 Mon Sep 17 00:00:00 2001 From: Dean <69436131+emdeann@users.noreply.github.com> Date: Thu, 20 Mar 2025 12:37:16 -0700 Subject: [PATCH] [Bug] Fix Slow Start Message being Deferred (#5534) Fix deferred message --- src/data/battler-tags.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/data/battler-tags.ts b/src/data/battler-tags.ts index 43a7072fd12..7ff74d893b6 100644 --- a/src/data/battler-tags.ts +++ b/src/data/battler-tags.ts @@ -1922,10 +1922,6 @@ export class SlowStartTag extends AbilityBattlerTag { i18next.t("battlerTags:slowStartOnAdd", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon), }), - null, - false, - null, - true, ); }