Fix arceus form 4->5

Form needs to be reset when removing the held plate
This commit is contained in:
Kaphotics
2016-10-21 21:55:26 -07:00
parent d053be9d5b
commit cdd82be704

View File

@@ -443,6 +443,10 @@ public PK5 convertToPK5()
MetDate = moment
};
// Arceus Type Changing -- Plate forcibly removed.
if (pk5.Species == 493)
pk5.AltForm = 0;
// Fix PP
pk5.Move1_PP = pk5.getMovePP(pk5.Move1, pk5.Move1_PPUps);
pk5.Move2_PP = pk5.getMovePP(pk5.Move2, pk5.Move2_PPUps);