Allow for offering items in trade.

This commit is contained in:
SilicaAndPina 2021-02-25 00:48:04 +13:00
parent 4652d9bb4f
commit 507d8910dc
6 changed files with 83 additions and 18 deletions

View file

@ -424,6 +424,7 @@ namespace HISP.Player
public Trade TradingWith = null;
public int AttemptingToOfferItem;
public bool TradeMenuPriority = false;
public byte[] SecCodeSeeds = new byte[3];
public int SecCodeInc = 0;