Update comment

This commit is contained in:
Bertie690 2025-01-29 07:52:44 -05:00 committed by GitHub
parent 9154ffed8b
commit 15e74a50d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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)