Add moveName key arg for other languages

This commit is contained in:
innerthunder 2024-10-13 10:46:22 -07:00
parent c688a6353f
commit 29f884803a

View File

@ -856,7 +856,7 @@ export class PowderTag extends BattlerTag {
}
// "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;