mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-20 04:38:25 -05:00
Add indication for invalid wondercards
Should clear up confusion when relearnmoves are all invalid.
This commit is contained in:
parent
bbee007429
commit
d4bf111cd7
|
|
@ -42,6 +42,9 @@ public LegalityAnalysis(PKM pk)
|
|||
}
|
||||
catch { Valid = false; }
|
||||
Parsed = true;
|
||||
|
||||
if (pkm.FatefulEncounter && vRelearn.Any(chk => !chk.Valid) && EncounterMatch == null)
|
||||
AddLine(Severity.Indeterminate, "Fateful Encounter with no matching Encounter. Has the Mystery Gift data been contributed?", CheckIdentifier.Fateful);
|
||||
}
|
||||
|
||||
private void AddLine(Severity s, string c, CheckIdentifier i)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user