Add heavy ball permissions for USUM

heavy ball now works in USUM
This commit is contained in:
Kurt 2017-11-11 16:26:22 -08:00
parent 5d90e9dc53
commit e6c68a8fc9

View file

@ -1170,7 +1170,7 @@ namespace PKHeX.Core
return;
}
if (pkm.Ball == 0x14 && pkm.Gen7) // Heavy Ball
if (pkm.Ball == 0x14 && !Info.EncounterMatch.EggEncounter && pkm.SM) // Heavy Ball
{
var lineage = Legal.GetLineage(pkm);
if (lineage.Any(e => Legal.AlolanCaptureNoHeavyBall.Contains(e)))