mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 14:44:24 +00:00
parent
1b176eec53
commit
d56eb0e3c4
1 changed files with 0 additions and 4 deletions
|
@ -133,10 +133,6 @@ public abstract record EncounterStatic8Nest<T>(GameVersion Version)
|
|||
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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue