From 8d4dc0efd01e801f5bac73fa6a5c2f22e211ab01 Mon Sep 17 00:00:00 2001 From: Kevin Lau Date: Mon, 9 Mar 2015 23:40:08 -0700 Subject: [PATCH] Seasonal: Prevent Formerhope's signature from copying abilities --- config/formats.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config/formats.js b/config/formats.js index 5c9eacc43d..5d82fed8b6 100644 --- a/config/formats.js +++ b/config/formats.js @@ -2191,6 +2191,7 @@ exports.Formats = [ move.onTryHit = function (target, source) { this.add('c|@Former Hope|/me godmodes'); }; + move.onHit = function () {}; } if (move.id === 'geargrind' && name === 'genesect') { move.name = "Grind you're mum";