summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/014-4/kamelot.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/014-4/kamelot.txt b/npc/014-4/kamelot.txt
index 135226546..d5d088888 100644
--- a/npc/014-4/kamelot.txt
+++ b/npc/014-4/kamelot.txt
@@ -133,7 +133,8 @@ OnDebug:
l("Warp - Jump to Entrance"), // 10
l("Warp - Jump to Weapon Room"),
l("Warp - Jump to Basement"),
- l("Warp - Jump to Jail");
+ l("Warp - Jump to Jail"),
+ l("Warp - Jump to Sewer Entrance");
mes "";
switch (@menu) {
case 2:
@@ -159,6 +160,8 @@ OnDebug:
warp "042-2@"+.@g, 44, 45; break;
case 13:
warp "042-3@"+.@g, 60, 130; break;
+ case 14:
+ warp "042-4@"+.@g, 60, 67; break;
}
close;