mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 14:29:28 +02:00
Add comments with new English text
This commit is contained in:
parent
fc3d552ba4
commit
00da55c27b
@ -828,6 +828,7 @@ export class PowderTag extends BattlerTag {
|
||||
onAdd(pokemon: Pokemon): void {
|
||||
super.onAdd(pokemon);
|
||||
|
||||
// "{Pokemon} is covered in powder!"
|
||||
pokemon.scene.queueMessage(i18next.t("battlerTags:powderOnAdd", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon) }));
|
||||
}
|
||||
|
||||
@ -854,6 +855,7 @@ export class PowderTag extends BattlerTag {
|
||||
pokemon.damageAndUpdate(Math.floor(pokemon.getMaxHp() / 4), HitResult.OTHER);
|
||||
}
|
||||
|
||||
// "When the flame touched the powder\non the Pokémon, it exploded!"
|
||||
pokemon.scene.queueMessage(i18next.t("battlerTags:powderLapse"));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user