diff --git a/src/data/ability.ts b/src/data/ability.ts index 95602b942bf..f40c983a3e3 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -2769,7 +2769,7 @@ export class ReflectStatStageChangeAbAttr extends PreStatStageChangeAbAttr { const attacker: Pokemon = _args[0]; const stages = _args[1]; this.reflectedStat = stat; - if (!_simulated) { + if (!simulated) { attacker.scene.unshiftPhase(new StatStageChangePhase(attacker.scene, attacker.getBattlerIndex(), false, [ stat ], stages, true, false, true, null, true)); } cancelled.value = true;