Fix deferred message

This commit is contained in:
Dean 2025-03-18 00:04:44 -07:00
parent a5ed9c5191
commit 38b2cb338b

View File

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