diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-30 11:02:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-30 11:02:37 -0300 |
commit | 70029084ce52b251748bd4320bd280bdb05f5bd7 (patch) | |
tree | c146d21b63e30aee5e3d7b94251636f58ec966fd /npc/014-4/kamelot.txt | |
parent | ea89dc1f2238da1b59eed51410425c701b2d387e (diff) | |
download | serverdata-70029084ce52b251748bd4320bd280bdb05f5bd7.tar.gz serverdata-70029084ce52b251748bd4320bd280bdb05f5bd7.tar.bz2 serverdata-70029084ce52b251748bd4320bd280bdb05f5bd7.tar.xz serverdata-70029084ce52b251748bd4320bd280bdb05f5bd7.zip |
Extend Kamelot Debug Functions to visit Sewers
Diffstat (limited to 'npc/014-4/kamelot.txt')
-rw-r--r-- | npc/014-4/kamelot.txt | 5 |
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; |