mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-04-24 23:30:37 -05:00
Merge 4d04203ef2 into 31e23b39d3
This commit is contained in:
commit
a026f17537
|
|
@ -3467,7 +3467,7 @@
|
|||
this.curTeam.format.includes('partnersincrime') || this.curTeam.format.includes('typesplit')) 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