From 77720ed924fef775daae805e0bb7c246e2189111 Mon Sep 17 00:00:00 2001 From: PrabbyDD <147005742+PrabbyDD@users.noreply.github.com> Date: Mon, 9 Dec 2024 18:30:28 -0800 Subject: [PATCH] Update src/data/ability.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/data/ability.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;