diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-08 00:58:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-08 00:58:15 -0300 |
commit | 9a9ffc6dc0f6b6c826051820a20309b41a6fc573 (patch) | |
tree | 171d17f3ed7575d92d6c053e10e6b2599ced24aa /npc | |
parent | 12af821d603e7a6798cc738837abf666cc627500 (diff) | |
download | serverdata-9a9ffc6dc0f6b6c826051820a20309b41a6fc573.tar.gz serverdata-9a9ffc6dc0f6b6c826051820a20309b41a6fc573.tar.bz2 serverdata-9a9ffc6dc0f6b6c826051820a20309b41a6fc573.tar.xz serverdata-9a9ffc6dc0f6b6c826051820a20309b41a6fc573.zip |
Bugs, improvements
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1-1/yetiking.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/003-1-1/yetiking.txt b/npc/003-1-1/yetiking.txt index f8a5abeda..791754faf 100644 --- a/npc/003-1-1/yetiking.txt +++ b/npc/003-1-1/yetiking.txt @@ -127,7 +127,9 @@ OnWarper: if (.@q > 2 && .@q < 99) setq HurnscaldQuest_Celestia, 2; - mes col("Warp to the Cave Of Trials? There is no EXP penalty, but if you die, you need to start everything again!",9); + mes col("Warp to the Cave Of Trials?", 9); + mes col("There is no EXP penalty, but you cannot go back without either completing the cave, or dying.", 9); + mes col("If you die, you'll need to start over everything again!",9); if (askyesno() == ASK_YES) { warp "001-6", 27, 180; } |