mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-24 17:22:20 +02:00
ESLint
This commit is contained in:
parent
364a6e68c5
commit
53f470692a
@ -2898,7 +2898,7 @@ export class ResetStatsAttr extends MoveEffectAttr {
|
|||||||
} else { // Affects only the single target when Clear Smog is used
|
} else { // Affects only the single target when Clear Smog is used
|
||||||
if (!move.hitsSubstitute(user, target)) {
|
if (!move.hitsSubstitute(user, target)) {
|
||||||
promises.push(this.resetStats(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)}));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user