mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-28 04:24:24 -05:00
Add raid flawless IV check (speculation)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user