mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-28 00:54:44 -05:00
Remove arceus plate 4->5
Since 4->5 now allows item transfer, remove plate when appropriate.
This commit is contained in:
@@ -448,7 +448,10 @@ public PK5 convertToPK5()
|
||||
|
||||
// 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);
|
||||
|
||||
Reference in New Issue
Block a user