mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-20 15:22:19 +02:00
Fix deferred message
This commit is contained in:
parent
a5ed9c5191
commit
38b2cb338b
@ -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
Block a user