mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-15 08:31:21 -05:00
Allow home gifts with T7SID > 0
This commit is contained in:
parent
8dacc2f63e
commit
33b671c636
|
|
@ -552,7 +552,7 @@ public override bool IsMatchExact(PKM pkm, DexLevel evo)
|
|||
return false;
|
||||
}
|
||||
|
||||
if (OTGender >= 2 && pkm.TrainerSID7 != 0)
|
||||
if (OTGender >= 2)
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user