mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00:00
Revert Mothim form
This commit is contained in:
parent
3e4d685d37
commit
f366d27bdb
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue