Fixed key for locales text

This commit is contained in:
Bertie690 2025-08-02 17:09:35 -04:00
parent 5f29e4acf2
commit c2db0ed397

View File

@ -928,7 +928,7 @@ export class LaserFocusTag extends SerializableBattlerTag {
globalScene.phaseManager.queueMessage(
i18next.t("battlerTags:laserFocusOnAdd", {
pokemonName: getPokemonNameWithAffix(pokemon),
pokemonNameWithAffix: getPokemonNameWithAffix(pokemon),
}),
);
}