diff --git a/config/formats.js b/config/formats.js index 292bfb792d..07d0d443cc 100644 --- a/config/formats.js +++ b/config/formats.js @@ -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; } }, /*{