mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-03-21 17:48:28 -05:00
Update EncounterSlot9a.cs
This commit is contained in:
parent
649ba5f1f2
commit
bcd12478af
|
|
@ -140,6 +140,8 @@ public SeedCorrelationResult TryGetSeed(PKM pk, out ulong seed)
|
|||
return SeedCorrelationResult.Success;
|
||||
if (pk.IsShiny && !LumioseSolver.SearchShiny1)
|
||||
return SeedCorrelationResult.Ignore;
|
||||
if (!LumioseSolver.SearchShinyN)
|
||||
return SeedCorrelationResult.Ignore;
|
||||
return SeedCorrelationResult.Invalid;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user