diff --git a/js/data/move_data.js b/js/data/move_data.js index 3e60a7b90..e925e3c53 100644 --- a/js/data/move_data.js +++ b/js/data/move_data.js @@ -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 }, @@ -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 },