mirror of
https://github.com/islehorse/HISP.git
synced 2025-07-16 20:11:32 +12:00
Allow for purchasing multiple items at a time.
This commit is contained in:
parent
68975171bb
commit
979007c5d8
5 changed files with 112 additions and 28 deletions
|
@ -19,7 +19,11 @@
|
|||
"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_5_but_inv_full":"Your inventory cannot hold 5 more! Cannot buy those items.",
|
||||
"brought_25_but_inv_full":"Your inventory cannot hold 25 more! Cannot buy those items.",
|
||||
"brought_1":"You bought a %ITEM% for $%PRICE%.",
|
||||
"brought_5":"You bought 5 %ITEM% for $%PRICE%.",
|
||||
"brought_25":"You bought 25 %ITEM% for $%PRICE%.",
|
||||
"sold_1":"You sold a %ITEM% for $%PRICE%.",
|
||||
"sold_all":"You sold %AMOUNT% %ITEM% for $%PRICE%."
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue