mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-13 06:45:28 -05:00
@@ -133,10 +133,6 @@ public bool IsMatchExact(PKM pk, EvoCriteria evo)
|
||||
if (pk is PK8 d && d.DynamaxLevel < DynamaxLevel)
|
||||
return false;
|
||||
|
||||
// Required Ability
|
||||
if (Ability == OnlyHidden && pk.AbilityNumber != 4)
|
||||
return false; // H
|
||||
|
||||
if (Version != GameVersion.SWSH && pk.Version != (int)Version && pk.Met_Location != SharedNest)
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user