diff options
Diffstat (limited to 'npc/003-1-1/yetiking.txt')
-rw-r--r-- | npc/003-1-1/yetiking.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1-1/yetiking.txt b/npc/003-1-1/yetiking.txt index 09d2d5179..0e293d096 100644 --- a/npc/003-1-1/yetiking.txt +++ b/npc/003-1-1/yetiking.txt @@ -92,9 +92,9 @@ OnSummonTalk: close; OnWarper: - mes col("Warp to the Cave Of Trials? You still get EXP penalty!",9); + mes col("Warp to the Cave Of Trials? You still get EXP penalty if you die, beware!",9); if (askyesno() == ASK_YES) { - warp "000-1", 0, 0; + warp "001-6", 27, 180; } setnpcdisplay .name$, NPC_SUMMONING_CIRC; .inUse=0; |