removed line comment since key was added to english locales

This commit is contained in:
geeil-han 2024-11-17 01:12:32 +01:00
parent 2080e96e85
commit fc91592d4b
1 changed files with 1 additions and 2 deletions

View File

@ -4364,8 +4364,7 @@ export class SpectralThiefAttr extends StatChangeBeforeDmgCalcAttr {
target.updateInfo();
user.updateInfo();
//TODO remove line comment if "stolePositiveStatChanges" text is implemented
//target.scene.queueMessage(i18next.t("moveTriggers:stolePositiveStatChanges", { pokemonName: getPokemonNameWithAffix(user), targetName: getPokemonNameWithAffix(target) }));
target.scene.queueMessage(i18next.t("moveTriggers:stolePositiveStatChanges", { pokemonName: getPokemonNameWithAffix(user), targetName: getPokemonNameWithAffix(target) }));
return true;
}