Block bred Ash Greninja

Closes #1329
This commit is contained in:
Kurt 2017-07-13 21:12:16 -07:00
parent ee29b4a31f
commit f84cab6272

View file

@ -2082,6 +2082,11 @@ namespace PKHeX.Core
AddLine(Severity.Invalid, V310, CheckIdentifier.Form);
return;
}
if (pkm.AltForm != 0 ^ Type == typeof(MysteryGift)) // Formes are not breedable
{
AddLine(Severity.Invalid, string.Format(V304, 0, pkm.AltForm), CheckIdentifier.Form);
return;
}
break;
case 664: // Scatterbug
case 665: // Spewpa