Revert Mothim form

This commit is contained in:
Kurt 2020-11-12 22:00:02 -08:00
parent 3e4d685d37
commit f366d27bdb

View file

@ -82,6 +82,8 @@ namespace PKHeX.Core
return true;
if (AltFormInfo.IsFusedForm(species, f, 8))
return true;
if (species == (int) Species.Mothim)
return f != 0; // Reverts to Plant Cloak on transfer.
return false;
}