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