mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-10 09:29:25 +02:00
Fixed key for locales text
This commit is contained in:
parent
5f29e4acf2
commit
c2db0ed397
@ -928,7 +928,7 @@ export class LaserFocusTag extends SerializableBattlerTag {
|
|||||||
|
|
||||||
globalScene.phaseManager.queueMessage(
|
globalScene.phaseManager.queueMessage(
|
||||||
i18next.t("battlerTags:laserFocusOnAdd", {
|
i18next.t("battlerTags:laserFocusOnAdd", {
|
||||||
pokemonName: getPokemonNameWithAffix(pokemon),
|
pokemonNameWithAffix: getPokemonNameWithAffix(pokemon),
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user