This commit is contained in:
innerthunder 2024-09-11 20:30:46 -07:00
parent 364a6e68c5
commit 53f470692a

View File

@ -2898,7 +2898,7 @@ export class ResetStatsAttr extends MoveEffectAttr {
} else { // Affects only the single target when Clear Smog is used
if (!move.hitsSubstitute(user, target)) {
promises.push(this.resetStats(target));
target.scene.queueMessage(i18next.t("moveTriggers:resetStats", {pokemonName: getPokemonNameWithAffix(target)}));
target.scene.queueMessage(i18next.t("moveTriggers:resetStats", {pokemonName: getPokemonNameWithAffix(target)}));
}
}