Remove illegal EV spread suggestion in Hackmons

The format 'Modified Hackmons' will feature it instead.
This commit is contained in:
Slayer95 2014-08-18 14:44:05 -05:00
parent 6a3f6f9c3d
commit c193491370

View File

@ -1727,7 +1727,7 @@
}
}
this.ignoreEVLimits = (this.curTeam.format === 'hackmons' || this.curTeam.format === 'balancedhackmons');
this.ignoreEVLimits = (this.curTeam.format === 'modifiedhackmons');
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;