Allow home gifts with T7SID > 0

This commit is contained in:
Kurt 2021-01-30 18:39:40 -08:00
parent 8dacc2f63e
commit 33b671c636

View File

@ -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;
}
}