mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 08:47:14 +00:00
parent
ee29b4a31f
commit
f84cab6272
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue