mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-26 16:56:11 +00:00
[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 {
|
onAdd(pokemon: Pokemon): void {
|
||||||
pokemon.scene.queueMessage(
|
pokemon.scene.queueMessage(
|
||||||
i18next.t("battle:battlerTagsHelpingHandOnAdd", {
|
i18next.t("battle:battlerTagsHelpingHandOnAdd", {
|
||||||
pokemonNameWithAffix: pokemon.scene.getPokemonById(this.sourceId),
|
pokemonNameWithAffix: getPokemonNameWithAffix(pokemon.scene.getPokemonById(this.sourceId)),
|
||||||
pokemonName: pokemon.name
|
pokemonName: pokemon.name
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user