Skip to content

Commit

Permalink
Fix Parental Bond interaction with Fury Cutter
Browse files Browse the repository at this point in the history
  • Loading branch information
Marty-D committed Mar 5, 2019
1 parent b555e35 commit 69f9c29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/moves.js
Original file line number Diff line number Diff line change
Expand Up @@ -6143,7 +6143,8 @@ let BattleMovedex = {
pp: 20,
priority: 0,
flags: {contact: 1, protect: 1, mirror: 1},
onHit(target, source) {
onHit(target, source, move) {
if (move.hit === 1) return;
source.addVolatile('furycutter');
},
effect: {
Expand Down

0 comments on commit 69f9c29

Please sign in to comment.