mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-09 04:24:36 -05:00
Don't reset friendship, only for this format
Friendship affects stats, keep current friendship when updating the trainer.
This commit is contained in:
parent
c81a405efd
commit
eb6e3fbbe9
|
|
@ -536,7 +536,7 @@ private void TradeHT(string SAV_Trainer, int SAV_COUNTRY, int SAV_REGION, int SA
|
|||
CurrentHandler = 1;
|
||||
if (HT_Name != SAV_Trainer)
|
||||
{
|
||||
HT_Friendship = PersonalInfo.BaseFriendship;
|
||||
HT_Friendship = CurrentFriendship; // PersonalInfo.BaseFriendship;
|
||||
HT_Affection = 0;
|
||||
}
|
||||
HT_Name = SAV_Trainer;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user