mirror of
https://github.com/islehorse/HISP.git
synced 2025-07-17 12:31:32 +12:00
Add basic sell functionlaity on serverside.
This commit is contained in:
parent
d0393f84c2
commit
68975171bb
7 changed files with 69 additions and 8 deletions
|
@ -19,7 +19,9 @@
|
|||
"cant_afford_5":"You cannot afford 5 of that item!",
|
||||
"cant_afford_25":"You cannot afford 25 of that item!",
|
||||
"brought_1_but_inv_full":"Your inventory is full! Cannot buy that item.",
|
||||
"brought_1":"You bought a %ITEM% for $%PRICE%."
|
||||
"brought_1":"You bought a %ITEM% for $%PRICE%.",
|
||||
"sold_1":"You sold a %ITEM% for $%PRICE%.",
|
||||
"sold_all":"You sold %AMOUNT% %ITEM% for $%PRICE%."
|
||||
},
|
||||
"tools":{
|
||||
"binoculars":"You search high and low all around, but find nothing interesting.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue