summaryrefslogtreecommitdiff
path: root/npc/001-2-4/doors.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-4/doors.txt')
-rw-r--r--npc/001-2-4/doors.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/001-2-4/doors.txt b/npc/001-2-4/doors.txt
index d849035b..f4aacb94 100644
--- a/npc/001-2-4/doors.txt
+++ b/npc/001-2-4/doors.txt
@@ -5,7 +5,7 @@
// Doors warp and animations in map 001-2-4
//
-001-2-4.gat,52,26,0 script #LibraryDoor 907,1,1{
+001-2-4.gat,52,27,0 script #LibraryDoor 907,1,1{
close;
OnTouchFirst:
@@ -20,6 +20,10 @@ OnUnTouchAll:
startnpctimer;
close;
+OnTouchCenter:
+ warp "001-2-5", 32, 37;
+ close;
+
OnTimer340:
stopnpctimer;
if (getnpcdir ("") == 2) setnpcdir 6;