diff options
Diffstat (limited to 'npc/002-3/doors.txt')
-rw-r--r-- | npc/002-3/doors.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/002-3/doors.txt b/npc/002-3/doors.txt index 13803ffc7..377920d76 100644 --- a/npc/002-3/doors.txt +++ b/npc/002-3/doors.txt @@ -23,6 +23,12 @@ OnTouch: warp "005-1", 49, 117; close; } + + if (LOCATION$ == "Artis") { + warp "029-0", 203, 85; + close; + } + if (LOCATION$ == "Tulim") { if ($@MK_SCENE == MK_SIEGE_TULIM && BaseLevel < 30) { showavatar NPC_NARD; |