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

@ -25,7 +25,7 @@ namespace HISP.Player
public string Stage = "OPEN";
public int MoenyOffered = 0;
public int MoneyOffered = 0;
public List<HorseInstance> HorsesOffered = new List<HorseInstance>();
public List<ItemInstance[]> ItemsOffered = new List<ItemInstance[]>();

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;