mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 14:44:24 +00:00
Remove arceus plate 4->5
Since 4->5 now allows item transfer, remove plate when appropriate.
This commit is contained in:
parent
5423390863
commit
e6b2da51db
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue