add strings/formats for trading

(hell)
This commit is contained in:
SilicaAndPina 2021-02-24 12:00:58 +13:00
parent 83e274c828
commit 0c511c73f2
4 changed files with 214 additions and 4 deletions

View file

@ -406,6 +406,15 @@ namespace HISP.Game
throw new Exception("A mathematically impossible error occured. please check wether the laws of physics still apply.");
}
public static string BuildTrade(Trade trade)
{
bool otherAccepted = (trade.OtherTrade.Stage == "ACCEPTED");
bool youAccepted = trade.Stage == "ACCEPTED";
string message = "";
return message;
}
public static string buildTackPeiceLibary(Item.ItemInformation item)
{
string message = "";