From 15e74a50d1374e688e5fa3b0433afe0f25245bbd Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Wed, 29 Jan 2025 07:52:44 -0500 Subject: [PATCH] Update comment --- src/data/move.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/move.ts b/src/data/move.ts index 7fe1e887e97..2d2da38cce7 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -10295,8 +10295,8 @@ export function initMoves() { .ignoresSubstitute() .attr(RepeatMoveAttr) // 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 + // Also has incorrect interactions with Dancer due to the latter + // erroneously adding copied moves to move history. .edgeCase(), new AttackMove(Moves.BEAK_BLAST, Type.FLYING, MoveCategory.PHYSICAL, 100, 100, 15, -1, -3, 7) .attr(BeakBlastHeaderAttr)