mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-09 04:24:36 -05:00
Restore unk mystery gift message
no match & fateful -> 'hey maybe pkhex doesn't know about this one yet'
This commit is contained in:
parent
98895bd365
commit
ec2816379e
|
|
@ -90,7 +90,7 @@ public LegalityAnalysis(PKM pk, PersonalTable table = null)
|
|||
&& Info.Moves.All(m => m.Valid)
|
||||
&& Info.Relearn.All(m => m.Valid);
|
||||
|
||||
if (pkm.FatefulEncounter && Info.Relearn.Any(chk => !chk.Valid) && EncounterMatch == null)
|
||||
if (pkm.FatefulEncounter && Info.Relearn.Any(chk => !chk.Valid) && EncounterMatch is EncounterInvalid)
|
||||
AddLine(Severity.Indeterminate, V188, CheckIdentifier.Fateful);
|
||||
}
|
||||
#if SUPPRESS
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user