Feelings for Trades

0-9 Bank
0-19 Trade
Thanks suloku
This commit is contained in:
Kaphotics
2016-02-27 10:59:40 -08:00
parent c6796a09f0
commit 37ad88a4ce

View File

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