summaryrefslogtreecommitdiff
path: root/npc/test/npc1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/test/npc1.txt')
-rw-r--r--npc/test/npc1.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/test/npc1.txt b/npc/test/npc1.txt
index 99141730..b732b5a4 100644
--- a/npc/test/npc1.txt
+++ b/npc/test/npc1.txt
@@ -225,7 +225,7 @@ OnTimer340:
doorTimer;
OnInit:
- setnpcsex G_MALE;
+ .sex = G_MALE;
setnpcdistance 5;
waitingroom "test room", 2, "npc1::OnReadyCheck", 1;
end;