mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-16 00:52:41 -05:00
parent
e9cb5a0691
commit
d2aaeee6c5
|
|
@ -48,7 +48,7 @@ public LegalityAnalysis(PKM pk)
|
|||
Valid = false;
|
||||
}
|
||||
catch { Valid = false; }
|
||||
Parsed = true;
|
||||
Parsed = Parse.Any();
|
||||
getLegalityReport();
|
||||
|
||||
if (pkm.FatefulEncounter && vRelearn.Any(chk => !chk.Valid) && EncounterMatch == null)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user