mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-15 06:15:20 +01:00
parent
5c132f290a
commit
74783b1200
@ -319,7 +319,11 @@ export class MistTag extends SerializableArenaTag {
|
||||
cancelled.value = true;
|
||||
|
||||
if (!simulated) {
|
||||
globalScene.phaseManager.queueMessage(i18next.t("arenaTag:mistApply"));
|
||||
globalScene.phaseManager.queueMessage(
|
||||
i18next.t("arenaTag:mistApply", {
|
||||
pokemonNameWithAffix: getPokemonNameWithAffix(this.getSourcePokemon()),
|
||||
}),
|
||||
);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user