summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Botosh <rumly111@gmail.com>2015-10-25 23:02:17 +0200
committerJoseph Botosh <rumly111@gmail.com>2015-10-25 23:02:17 +0200
commit290570dfbd1cb1259ff9cb805df3ad212dd6b42e (patch)
tree3db005d8724df142de46ca83e93dee3c7f968524
parent1c7cf5dd9c9813e99765deea99bbde3a54b18733 (diff)
downloadserverdata-290570dfbd1cb1259ff9cb805df3ad212dd6b42e.tar.gz
serverdata-290570dfbd1cb1259ff9cb805df3ad212dd6b42e.tar.bz2
serverdata-290570dfbd1cb1259ff9cb805df3ad212dd6b42e.tar.xz
serverdata-290570dfbd1cb1259ff9cb805df3ad212dd6b42e.zip
Allow open left door on 000-2-2 with the key
-rw-r--r--npc/000-2-2/doors.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/000-2-2/doors.txt b/npc/000-2-2/doors.txt
index 729d26fa8..eeaff1bd4 100644
--- a/npc/000-2-2/doors.txt
+++ b/npc/000-2-2/doors.txt
@@ -62,9 +62,9 @@ L_Break:
close;
L_Warp:
- mes "";
- mesn "Narrator";
- mes col(l("Wait, it seems someone is blocking the door from the other side!"), 9);
-
+ // mes "";
+ // mesn "Narrator";
+ // mes col(l("Wait, it seems someone is blocking the door from the other side!"), 9);
+ warp "000-2-4", 40, 30;
close;
}