mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +02:00
[Bug] Fix soak message i18n key (#6443)
This commit is contained in:
parent
1f2788a438
commit
58ba29a1be
@ -6872,7 +6872,7 @@ export class ChangeTypeAttr extends MoveEffectAttr {
|
|||||||
target.summonData.types = [ this.type ];
|
target.summonData.types = [ this.type ];
|
||||||
target.updateInfo();
|
target.updateInfo();
|
||||||
|
|
||||||
globalScene.phaseManager.queueMessage(i18next.t("moveTriggers:transformedIntoType", { pokemonName: getPokemonNameWithAffix(target), typeName: i18next.t(`pokemonInfo:Type.${toCamelCase(PokemonType[this.type])}`) }));
|
globalScene.phaseManager.queueMessage(i18next.t("moveTriggers:transformedIntoType", { pokemonName: getPokemonNameWithAffix(target), typeName: i18next.t(`pokemonInfo:type.${toCamelCase(PokemonType[this.type])}`) }));
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user