mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-15 06:15:20 +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(
|
||||
StatusEffect.FREEZE,
|
||||
i18next.t("statusEffect:freeze.healByMove", {
|
||||
pokemonName: getPokemonNameWithAffix(user),
|
||||
pokemonNameWithAffix: getPokemonNameWithAffix(user),
|
||||
moveName: this.move.getMove().name,
|
||||
}),
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user