diff --git a/movedex.js b/movedex.js index a45bf69ea1..dc96d26c4f 100644 --- a/movedex.js +++ b/movedex.js @@ -10121,8 +10121,7 @@ exports.BattleMovedex = { pp: 15, priority: 0, onHit: function(target, source) { - if (target.hasType(source.types[0]) || target.hasType(source.types[1])) return; - return false; + return target.hasType(source.types); }, secondary: false, target: "normal",