summaryrefslogtreecommitdiff
path: root/npc/000-0-0/sailors.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-0-0/sailors.txt')
-rw-r--r--npc/000-0-0/sailors.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt
index 09a8d757..6f7c3e3a 100644
--- a/npc/000-0-0/sailors.txt
+++ b/npc/000-0-0/sailors.txt
@@ -70,7 +70,7 @@ OnTalk:
close;
OnInit:
- setnpcsex G_MALE;
+ .sex = G_MALE;
end;
}
@@ -79,6 +79,6 @@ OnInit:
close;
OnInit:
- setnpcsex G_MALE;
+ .sex = G_MALE;
end;
}