mirror of
https://github.com/islehorse/HISP.git
synced 2025-07-17 04:21:32 +12:00
Implement fountains.
This commit is contained in:
parent
6bea119831
commit
a0a328aa7d
7 changed files with 57 additions and 4 deletions
|
@ -12,6 +12,10 @@
|
|||
"click_nothing_message":"Nothing interesting here...",
|
||||
"playtime_timeout":"You have run out of playtime for now. In one minute you will be disconnected. You gain one minute of playtime every 8 minutes. Please come back later!",
|
||||
"random_movement":"You are sooo <B>%STAT%</B>. You wander dizzily in a different direction.",
|
||||
"fountain":{
|
||||
"drank_your_fill":"You drank your fill from the fountain.",
|
||||
"dropped_money":"Oh no!!! While drinking you accidentally dropped $%MONEY% into the fountain!! There is no way to get it back!",
|
||||
},
|
||||
"consume":{
|
||||
"consumed_item_format":"GULP! You consumed the %ITEM%.",
|
||||
"consumed_but_max_reached":"You could not finish it all. Some was wasted."
|
||||
|
@ -101,6 +105,7 @@
|
|||
"end_of_meta":"^Z",
|
||||
"back_to_map":"^M",
|
||||
"long_full_line":"^L",
|
||||
"fountain":"Although it's not recommended, you could drink from this fountain if you are thirsty...^T6Drink from the public fountain. ^B1D^R1^X^Z",
|
||||
"awards_page":{
|
||||
"awards_header":"^ATYour Awards Earned^H",
|
||||
"no_awards":"<BR>You have not earned any awards yet. You can view a list of earnable awards in a Horse Isle Library.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue