mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-22 20:55:52 +12:00
add strings/formats for trading
(hell)
This commit is contained in:
parent
83e274c828
commit
0c511c73f2
4 changed files with 214 additions and 4 deletions
|
@ -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 = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue