diff --git a/play.pokemonshowdown.com/js/client-teambuilder.js b/play.pokemonshowdown.com/js/client-teambuilder.js index 306062624..ee41f0fbd 100644 --- a/play.pokemonshowdown.com/js/client-teambuilder.js +++ b/play.pokemonshowdown.com/js/client-teambuilder.js @@ -3525,7 +3525,7 @@ this.curTeam.format.includes('champions')) return; if (this.curTeam.format === 'gen7hiddentype') return; - var minAtk = true; + var minAtk = set.evs && !set.evs['atk']; // only available through an event with 31 Atk IVs if (set.ability === 'Battle Bond' || ['Koraidon', 'Miraidon', 'Gimmighoul-Roaming'].includes(set.species)) minAtk = false; var hpModulo = (this.curTeam.gen >= 6 ? 2 : 4);