mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-27 19:52:15 -05:00
Add raid flawless IV check (speculation)
This commit is contained in:
parent
86a20afe8e
commit
ea822e9fcd
|
|
@ -1864,6 +1864,9 @@ public override bool IsMatch(PKM pkm, int lvl)
|
|||
if (pkm is IDynamaxLevel d && d.DynamaxLevel < DynamaxLevel)
|
||||
return false;
|
||||
|
||||
if (pkm.GetFlawlessIVCount() < DynamaxLevel)
|
||||
return false;
|
||||
|
||||
return base.IsMatch(pkm, lvl);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user