mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 22:39:31 +02:00
Add moveName
key arg for other languages
This commit is contained in:
parent
c688a6353f
commit
29f884803a
@ -856,7 +856,7 @@ export class PowderTag extends BattlerTag {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// "When the flame touched the powder\non the Pokémon, it exploded!"
|
// "When the flame touched the powder\non the Pokémon, it exploded!"
|
||||||
pokemon.scene.queueMessage(i18next.t("battlerTags:powderLapse"));
|
pokemon.scene.queueMessage(i18next.t("battlerTags:powderLapse", { moveName: move.name }));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user