This commit is contained in:
davisow18 2026-03-20 17:55:21 -07:00 committed by GitHub
commit a026f17537
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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