From 37ad88a4ce80007905d3dd17697f2b36d4e051ae Mon Sep 17 00:00:00 2001 From: Kaphotics Date: Sat, 27 Feb 2016 10:59:40 -0800 Subject: [PATCH] Feelings for Trades 0-9 Bank 0-19 Trade Thanks suloku --- Misc/PK6.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/PK6.cs b/Misc/PK6.cs index 43c037e2b..46135bdaf 100644 --- a/Misc/PK6.cs +++ b/Misc/PK6.cs @@ -699,7 +699,7 @@ public void TradeMemory(bool Bank) HT_Memory = 4; // Link trade to [VAR: General Location] HT_TextVar = Bank ? 0 : 9; // Somewhere (Bank) : Pokécenter (Trade) HT_Intensity = 1; - HT_Feeling = Util.rand.Next(0, 9); + HT_Feeling = Util.rand.Next(0, Bank ? 9 : 19); // 0-9 Bank, 0-19 Trade } public void TradeFriendshipAffection(string SAV_TRAINER) {