Fix No Guard Galaxy

This commit is contained in:
The Immortal 2015-10-01 22:44:38 +04:00
parent 25491fdcdf
commit 3df6a56632

View File

@ -433,11 +433,8 @@ exports.Formats = [
ruleset: ['OU'],
banlist: [],
onAnyAccuracy: function (accuracy, target, source, move) {
if (move && (source === this.effectData.target || target === this.effectData.target)) {
return true;
}
return accuracy;
onAccuracy: function (accuracy, target, source, move) {
return true;
}
},
/*{