From 1ea14a729749c254e8cff4aede3c9775cfec5c9e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 27 Sep 2015 18:29:21 +0300 Subject: Replace calls to setnpcsex by assigning '.sex' variable. --- npc/001-2-19/doors.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/001-2-19') diff --git a/npc/001-2-19/doors.txt b/npc/001-2-19/doors.txt index 6c77eba6..65b575d2 100644 --- a/npc/001-2-19/doors.txt +++ b/npc/001-2-19/doors.txt @@ -27,7 +27,7 @@ OnTimer340: doorTimer; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 5; end; } @@ -54,7 +54,7 @@ OnTimer340: doorTimer; OnInit: - setnpcsex G_MALE; + .sex = G_MALE; setnpcdistance 5; end; } -- cgit v1.2.3-60-g2f50