Update comment
This commit is contained in:
parent
9154ffed8b
commit
15e74a50d1
|
@ -10295,8 +10295,8 @@ export function initMoves() {
|
||||||
.ignoresSubstitute()
|
.ignoresSubstitute()
|
||||||
.attr(RepeatMoveAttr)
|
.attr(RepeatMoveAttr)
|
||||||
// incorrect interactions with Gigaton Hammer, Blood Moon & Torment
|
// incorrect interactions with Gigaton Hammer, Blood Moon & Torment
|
||||||
// Also has incorrect interactions with move-calling moves (Mirror Move, Copycat/Mimic, Metronome)
|
// Also has incorrect interactions with Dancer due to the latter
|
||||||
// and Dancer that will need to be cleaned up separately
|
// erroneously adding copied moves to move history.
|
||||||
.edgeCase(),
|
.edgeCase(),
|
||||||
new AttackMove(Moves.BEAK_BLAST, Type.FLYING, MoveCategory.PHYSICAL, 100, 100, 15, -1, -3, 7)
|
new AttackMove(Moves.BEAK_BLAST, Type.FLYING, MoveCategory.PHYSICAL, 100, 100, 15, -1, -3, 7)
|
||||||
.attr(BeakBlastHeaderAttr)
|
.attr(BeakBlastHeaderAttr)
|
||||||
|
|
Loading…
Reference in New Issue