mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-21 20:25:51 +12:00
Allow for offering items in trade.
This commit is contained in:
parent
4652d9bb4f
commit
507d8910dc
6 changed files with 83 additions and 18 deletions
|
@ -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[]>();
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue