Skip to content

Commit

Permalink
Restore EV spread for Hackmons
Browse files Browse the repository at this point in the history
  • Loading branch information
TheImmortal committed Aug 23, 2014
1 parent 11f4b3d commit 9f03bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/client-teambuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9f03bd4

Please sign in to comment.