From 3df6a566321b3400a23e1ad1f2a7b2a5638f6d5b Mon Sep 17 00:00:00 2001 From: The Immortal Date: Thu, 1 Oct 2015 22:44:38 +0400 Subject: [PATCH] Fix No Guard Galaxy --- config/formats.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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; } }, /*{