mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-16 14:55:22 +01:00
[i18n] Fix freeze healByMove message (#6754)
This commit is contained in:
parent
fbba237142
commit
5c132f290a
@ -205,7 +205,7 @@ export class MovePhase extends PokemonPhase {
|
|||||||
user.cureStatus(
|
user.cureStatus(
|
||||||
StatusEffect.FREEZE,
|
StatusEffect.FREEZE,
|
||||||
i18next.t("statusEffect:freeze.healByMove", {
|
i18next.t("statusEffect:freeze.healByMove", {
|
||||||
pokemonName: getPokemonNameWithAffix(user),
|
pokemonNameWithAffix: getPokemonNameWithAffix(user),
|
||||||
moveName: this.move.getMove().name,
|
moveName: this.move.getMove().name,
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user