From 9f03bd49a7db620c7fc6c09836a5d7c1108c19c7 Mon Sep 17 00:00:00 2001 From: The Immortal Date: Sat, 23 Aug 2014 13:18:55 +0400 Subject: [PATCH] Restore EV spread for Hackmons --- js/client-teambuilder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/client-teambuilder.js b/js/client-teambuilder.js index 75eb4c551..093ec5935 100644 --- a/js/client-teambuilder.js +++ b/js/client-teambuilder.js @@ -1731,7 +1731,7 @@ } } - this.ignoreEVLimits = (this.curTeam.format === 'modifiedhackmons'); + this.ignoreEVLimits = (this.curTeam.format === 'hackmons'); if (this.curTeam && this.ignoreEVLimits) { evs = {hp:252, atk:252, def:252, spa:252, spd:252, spe:252}; if (hasMove['gyroball'] || hasMove['trickroom']) delete evs.spe;