From b499186c6bb4e13a45354a353c20048797c4df4e Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Fri, 15 Nov 2024 07:11:49 -0500 Subject: [PATCH] Update move.ts Co-authored-by: innerthunder <168692175+innerthunder@users.noreply.github.com> --- src/data/move.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/move.ts b/src/data/move.ts index ddf06a8ab81..ff3452745e2 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -9931,7 +9931,8 @@ export function initMoves() { .attr(StatStageChangeAttr, [ Stat.ATK ], -1), new StatusMove(Moves.INSTRUCT, Type.PSYCHIC, -1, 15, -1, 0, 7) .ignoresSubstitute() - .attr(RepeatMoveAttr), + .attr(RepeatMoveAttr) + .edgeCase(), // incorrect interactions with Gigaton Hammer, Blood Moon, Torment, and the Pledges new AttackMove(Moves.BEAK_BLAST, Type.FLYING, MoveCategory.PHYSICAL, 100, 100, 15, -1, -3, 7) .attr(BeakBlastHeaderAttr) .ballBombMove()