[Bug] Fix Slow Start Message being Deferred (#5534)

Fix deferred message
This commit is contained in:
Dean 2025-03-20 12:37:16 -07:00 committed by GitHub
parent 17e71a1b8a
commit 66965bf7e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -1922,10 +1922,6 @@ export class SlowStartTag extends AbilityBattlerTag {
i18next.t("battlerTags:slowStartOnAdd", {
pokemonNameWithAffix: getPokemonNameWithAffix(pokemon),
}),
null,
false,
null,
true,
);
}