mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-06-02 23:34:13 -05:00
parent
6a60b8772c
commit
254e5de710
|
|
@ -1585,7 +1585,7 @@ private void verifyG7PreBank()
|
|||
}
|
||||
}
|
||||
|
||||
if (Legal.Bank_NotAvailable7.Contains(baseSpecies))
|
||||
if (Legal.Bank_NotAvailable7.Contains(baseSpecies) && EncounterType != typeof(MysteryGift))
|
||||
AddLine(Severity.Invalid, "Species not obtainable prior to Bank Release.", CheckIdentifier.Special);
|
||||
|
||||
if (Legal.EvolveToAlolanForms.Contains(pkm.Species))
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user