diff options
Diffstat (limited to 'npc/003-1-1')
-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; } |