summaryrefslogtreecommitdiff
path: root/npc/001-2-20
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-20
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-20')
-rw-r--r--npc/001-2-20/doors.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/npc/001-2-20/doors.txt b/npc/001-2-20/doors.txt
index 431e24be..2f9a3987 100644
--- a/npc/001-2-20/doors.txt
+++ b/npc/001-2-20/doors.txt
@@ -27,7 +27,5 @@ OnTimer340:
doorTimer;
OnInit:
- .sex = G_MALE;
- .distance = 5;
- end;
+ doorInit;
}