[hotfix] fix message when helping hand (#2410)
This commit is contained in:
parent
150bd35822
commit
afe70453b1
|
@ -572,7 +572,7 @@ export class HelpingHandTag extends BattlerTag {
|
|||
onAdd(pokemon: Pokemon): void {
|
||||
pokemon.scene.queueMessage(
|
||||
i18next.t("battle:battlerTagsHelpingHandOnAdd", {
|
||||
pokemonNameWithAffix: pokemon.scene.getPokemonById(this.sourceId),
|
||||
pokemonNameWithAffix: getPokemonNameWithAffix(pokemon.scene.getPokemonById(this.sourceId)),
|
||||
pokemonName: pokemon.name
|
||||
})
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue