From 89f9fd91b5403384a9350e1675bda1dd8fb356b0 Mon Sep 17 00:00:00 2001 From: Jesse Chung Date: Mon, 26 Aug 2024 20:04:37 -0700 Subject: [PATCH] rk --- src/data/move.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/move.ts b/src/data/move.ts index 42c3d77f8b3..2ed3e676497 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -1962,7 +1962,7 @@ export class StatusEffectAttr extends MoveEffectAttr { } if ((!pokemon.status || (pokemon.status.effect === this.effect && moveChance < 0)) && pokemon.trySetStatus(this.effect, false, user, this.cureTurn)) { - applyPostAttackAbAttrs(ConfusionOnStatusEffectAbAttr, user, target, move, null, this.effect); + applyPostAttackAbAttrs(ConfusionOnStatusEffectAbAttr, user, target, move, null, false, this.effect); return true; } }