Make Synchronoise cleaner.

This commit is contained in:
Bill Meltsner 2012-01-04 18:10:05 -06:00
parent 27effef5c3
commit f2166fed0a

View File

@ -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",