Remove arceus plate 4->5

Since 4->5 now allows item transfer, remove plate when appropriate.
This commit is contained in:
Kurt 2017-03-16 21:22:49 -07:00
parent 5423390863
commit e6b2da51db

View file

@ -448,7 +448,10 @@ namespace PKHeX.Core
// Arceus Type Changing -- Plate forcibly removed.
if (pk5.Species == 493)
{
pk5.AltForm = 0;
pk5.HeldItem = 0;
}
// Fix PP
pk5.Move1_PP = pk5.getMovePP(pk5.Move1, pk5.Move1_PPUps);