mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-14 16:27:21 +00:00
Use stat nature for showdown set export
thanks @sora10pls
This commit is contained in:
parent
15ef6555a8
commit
b58ff25741
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ namespace PKHeX.Core
|
|||
EVs = pkm.EVs;
|
||||
IVs = pkm.IVs;
|
||||
Moves = pkm.Moves;
|
||||
Nature = pkm.Nature;
|
||||
Nature = pkm.StatNature;
|
||||
Gender = genders[pkm.Gender < 2 ? pkm.Gender : 2];
|
||||
Friendship = pkm.CurrentFriendship;
|
||||
Level = Experience.GetLevel(pkm.EXP, pkm.PersonalInfo.EXPGrowth);
|
||||
|
|
Loading…
Reference in a new issue