mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-09 04:23:01 -05:00
Merge 4d04203ef2 into 530765fc12
This commit is contained in:
commit
50bc50ee39
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user