summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-1-1/yetiking.txt4
-rw-r--r--npc/scripts.conf2
2 files changed, 3 insertions, 3 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;
diff --git a/npc/scripts.conf b/npc/scripts.conf
index 330fd4f18..dacf8029d 100644
--- a/npc/scripts.conf
+++ b/npc/scripts.conf
@@ -4,6 +4,7 @@
"npc/functions/permissions.txt",
"npc/functions/main.txt",
"npc/functions/util.txt",
+"npc/functions/asklanguage.txt",
"npc/functions/clientversion.txt",
// General-purpose Framework functions
@@ -27,7 +28,6 @@
"npc/items/rand_sc_heal.txt",
// Misc functions
-"npc/functions/asklanguage.txt",
"npc/functions/barber.txt",
"npc/functions/bank.txt",
"npc/functions/confused-tree-dict.txt",