summaryrefslogtreecommitdiff
path: root/npc/001-2-19/doors.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-19/doors.txt')
-rw-r--r--npc/001-2-19/doors.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-2-19/doors.txt b/npc/001-2-19/doors.txt
index 6c77eba68..65b575d28 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;
}