[Bug] Fix Slow Start Message being Deferred (#5534)
Fix deferred message
This commit is contained in:
parent
17e71a1b8a
commit
66965bf7e2
|
@ -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,
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue