mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-27 04:26:15 -05:00
Update IndividualValueVerifier.cs
This commit is contained in:
@@ -109,7 +109,7 @@ private void VerifyIVsStatic(LegalityAnalysis data, EncounterStatic s)
|
||||
|
||||
private void VerifyIVsGoTransfer(LegalityAnalysis data)
|
||||
{
|
||||
if (data.EncounterMatch is EncounterSlotGO && EncounterSlotGO.GetIVsValid(data.pkm))
|
||||
if (data.EncounterMatch is EncounterSlotGO && !EncounterSlotGO.GetIVsValid(data.pkm))
|
||||
data.AddLine(GetInvalid(LIVNotCorrect));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user