From 70029084ce52b251748bd4320bd280bdb05f5bd7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 30 Apr 2020 11:02:37 -0300 Subject: Extend Kamelot Debug Functions to visit Sewers --- npc/014-4/kamelot.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/014-4') 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; -- cgit v1.2.3-60-g2f50