From 37bbc1d232f02e0fc2243df0f0094ecc7317f080 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Sat, 25 Jan 2025 15:39:20 -0500 Subject: [PATCH] comment fix Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/data/move.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/data/move.ts b/src/data/move.ts index f6a8f72ebab..7fe1e887e97 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -10294,9 +10294,10 @@ export function initMoves() { new StatusMove(Moves.INSTRUCT, Type.PSYCHIC, -1, 15, -1, 0, 7) .ignoresSubstitute() .attr(RepeatMoveAttr) - .edgeCase(), // incorrect interactions with Gigaton Hammer, Blood Moon & Torment - // Also has incorrect interactions with move-calling moves (Mirror Move, Copycat/Mimic, Metronome) - // and Dancer that will need to be cleaned up separately + // incorrect interactions with Gigaton Hammer, Blood Moon & Torment + // Also has incorrect interactions with move-calling moves (Mirror Move, Copycat/Mimic, Metronome) + // and Dancer that will need to be cleaned up separately + .edgeCase(), new AttackMove(Moves.BEAK_BLAST, Type.FLYING, MoveCategory.PHYSICAL, 100, 100, 15, -1, -3, 7) .attr(BeakBlastHeaderAttr) .ballBombMove()