Skip to content

Commit

Permalink
Fix Anchor Shot and Spirit Shakle interaction with Sheer Force
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinXII committed Oct 5, 2017
1 parent 5cf1c3e commit 70e7500
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/data/move_data.js
Expand Up @@ -2617,6 +2617,7 @@ var MOVES_SM = $.extend(true, {}, MOVES_XY, {
type: 'Steel',
category: 'Physical',
makesContact: true,
hasSecondaryEffect: true,
zp: 160
},
'Ancient Power': { zp: 120 },
Expand Down Expand Up @@ -3214,6 +3215,7 @@ var MOVES_SM = $.extend(true, {}, MOVES_XY, {
bp: 80,
type: 'Ghost',
category: 'Physical',
hasSecondaryEffect: true,
zp: 160
},
'Steam Eruption': { zp: 185 },
Expand Down

0 comments on commit 70e7500

Please sign in to comment.