summaryrefslogtreecommitdiff
path: root/npc/001-2-33/doors.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-11-10 22:31:57 +0300
committerAndrei Karas <akaras@inbox.ru>2015-11-10 22:31:57 +0300
commit06b5a7ff1624033a44ff3a9383535dedfa048475 (patch)
treea618a461a52c4ad13e3fc20baf9357b32ab23a83 /npc/001-2-33/doors.txt
parent88011091558f124097006590d664189c7f1a8856 (diff)
downloadserverdata-06b5a7ff1624033a44ff3a9383535dedfa048475.tar.gz
serverdata-06b5a7ff1624033a44ff3a9383535dedfa048475.tar.bz2
serverdata-06b5a7ff1624033a44ff3a9383535dedfa048475.tar.xz
serverdata-06b5a7ff1624033a44ff3a9383535dedfa048475.zip
Move doors init code into doorInit function. Also enable alwaysvisible attribute.
Diffstat (limited to 'npc/001-2-33/doors.txt')
-rw-r--r--npc/001-2-33/doors.txt8
1 files changed, 2 insertions, 6 deletions
diff --git a/npc/001-2-33/doors.txt b/npc/001-2-33/doors.txt
index 47887f79..f8af2bda 100644
--- a/npc/001-2-33/doors.txt
+++ b/npc/001-2-33/doors.txt
@@ -27,9 +27,7 @@ OnTimer340:
doorTimer;
OnInit:
- .sex = G_OTHER;
- .distance = 5;
- end;
+ doorInit;
}
001-2-33,39,31,0 script #RightWarp-001-2-33 NPC_HIDDEN,0,0,{
@@ -54,7 +52,5 @@ OnTimer340:
doorTimer;
OnInit:
- .sex = G_OTHER;
- .distance = 5;
- end;
+ doorInit;
}