mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-08 09:55:40 -05:00
Feelings for Trades
0-9 Bank 0-19 Trade Thanks suloku
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user