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; } }