summaryrefslogtreecommitdiff
path: root/npc/001-2-4
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-4')
-rw-r--r--npc/001-2-4/doors.txt2
-rw-r--r--npc/001-2-4/terry.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-2-4/doors.txt b/npc/001-2-4/doors.txt
index b910acbd..1491549f 100644
--- a/npc/001-2-4/doors.txt
+++ b/npc/001-2-4/doors.txt
@@ -27,7 +27,7 @@ OnTimer340:
doorTimer;
OnInit:
- setnpcsex G_MALE;
+ .sex = G_MALE;
setnpcdistance 5;
end;
}
diff --git a/npc/001-2-4/terry.txt b/npc/001-2-4/terry.txt
index 16825331..380f1339 100644
--- a/npc/001-2-4/terry.txt
+++ b/npc/001-2-4/terry.txt
@@ -12,7 +12,7 @@
goto L_Quit;
OnInit:
- setnpcsex G_MALE;
+ .sex = G_MALE;
setnpcdistance 2;
setnpcdir 2;
end;