Restore EV spread for Hackmons

This commit is contained in:
The Immortal 2014-08-23 13:18:55 +04:00
parent 11f4b3dcbb
commit 9f03bd49a7

View File

@ -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;