Skip to content

Commit 8f4d978

Browse files
committed
Get rid of unnecssary break
1 parent caaf08c commit 8f4d978

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/data/move.ts

-1
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,6 @@ export default class Move implements Localizable {
707707
// by another move, such as via metronome.
708708
}
709709
return this.hasFlag(MoveFlags.IGNORE_ABILITIES) && !isFollowUp;
710-
break;
711710
case MoveFlags.IGNORE_PROTECT:
712711
if (user.hasAbilityWithAttr(IgnoreProtectOnContactAbAttr)
713712
&& this.doesFlagEffectApply({ flag: MoveFlags.MAKES_CONTACT, user, target: null })) {

0 commit comments

Comments
 (0)