summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/002-1/doors.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/002-1/doors.txt b/npc/002-1/doors.txt
index ea2380953..03a2c0e3f 100644
--- a/npc/002-1/doors.txt
+++ b/npc/002-1/doors.txt
@@ -9,7 +9,7 @@
OnTouch:
if (LOCATION$ == "")
warp "002-3", 42, 26;
- else if (LOCATION$ == "Tulim" || LOCATION$ == "Candor")
+ else if (LOCATION$ == "Tulim" || LOCATION$ == "Candor" || LOCATION$ == "Artis")
warp "002-3@"+LOCATION$, 42, 26;
else
LOCATION$=any("Candor", "Tulim");