mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-22 16:34:14 -05:00
Use stat nature for showdown set export
thanks @sora10pls
This commit is contained in:
@@ -403,7 +403,7 @@ public ShowdownSet(PKM pkm)
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user