Use stat nature for showdown set export

thanks @sora10pls
This commit is contained in:
Kurt 2019-11-26 11:36:20 -08:00
parent 15ef6555a8
commit b58ff25741

View file

@ -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);