mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-03-21 17:48:28 -05:00
Update EncounterGift9a.cs
This commit is contained in:
parent
d1574959d5
commit
148d71e7ea
|
|
@ -204,7 +204,7 @@ public SeedCorrelationResult TryGetSeed(PKM pk, out ulong seed)
|
|||
return SeedCorrelationResult.Invalid;
|
||||
}
|
||||
|
||||
public LumioseCorrelation Correlation => IsAlpha ? LumioseCorrelation.PreApplyIVs : LumioseCorrelation.ReApplyIVs;
|
||||
public LumioseCorrelation Correlation => IsAlpha ? LumioseCorrelation.PreApplyIVs : IVs.IsSpecified || FlawlessIVCount != 0 ? LumioseCorrelation.ReApplyIVs : LumioseCorrelation.Normal;
|
||||
|
||||
public GenerateParam9a GetParams(PersonalInfo9ZA pi)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user