mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-19 19:29:15 +12:00
Change Dropped Items spawning Algorithm
This commit is contained in:
parent
02f5af9995
commit
29fe3ec024
9 changed files with 311 additions and 57 deletions
|
@ -61,7 +61,8 @@
|
|||
"grab_all_message":"You grabbed all objects off the ground.",
|
||||
"dropped_item_message":"You dropped an item on the ground.",
|
||||
"grab_but_inv_full":"Your inventory is full! Cannot grab items.",
|
||||
"grab_all_but_inv_full":"You grabbed what you could, but your inventory is full."
|
||||
"grab_all_but_inv_full":"You grabbed what you could, but your inventory is full.",
|
||||
"drop_tile_full":"Cannot drop any more objects here, too many on ground already."
|
||||
},
|
||||
"shop":{
|
||||
"cant_afford_1":"You cannot afford that item!",
|
||||
|
@ -138,7 +139,9 @@
|
|||
"saved":"Current contents of the Drawing Room saved in your slot #%SLOT%.",
|
||||
"load":"Current contents of the Drawing Room loaded from your slot #%SLOT%.",
|
||||
"plz_clear_load":"Drawing room memory is full. Please CLEAR to start a new drawing.",
|
||||
"plz_clear_draw":"Drawing room memory is full. Your additional drawing is not being seen. Please CLEAR to start a new drawing."
|
||||
"plz_clear_draw":"Drawing room memory is full. Your additional drawing is not being seen. Please CLEAR to start a new drawing.",
|
||||
"not_subscribed_draw":"Drawing not sent to other players when you are not a subscriber.",
|
||||
"not_subscribed_load":"Cannot load drawings when you are not a subscriber.",
|
||||
},
|
||||
"groomer":{
|
||||
"groomed_best_it_can":"Your horse %HORSEBREED% is now groomed as best as this groomer can!",
|
||||
|
@ -147,8 +150,6 @@
|
|||
"apply_service":"^I258^T8Apply grooming services for $%PRICE% ^B3G%RANDOMID%^R1",
|
||||
"apply_all":"^R1^R1^I258^T8Groom all %COUNT% horses for $%PRICE% ^B3g^R1",
|
||||
"cannot_improve":"^I258^T9This groomer cannot improve this horse's groom.^R1",
|
||||
"not_subscribed_draw":"Drawing not sent to other players when you are not a subscriber.",
|
||||
"not_subscribed_load":"Cannot load drawings when you are not a subscriber.",
|
||||
},
|
||||
"farrier":{
|
||||
"shoes_total":"^LYour horse %HORSENAME%: shoes currently %TOTAL%/%MAX%^R1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue