summaryrefslogtreecommitdiff
path: root/npc/000-0-0
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-0-0')
-rw-r--r--npc/000-0-0/q'onan.txt2
-rw-r--r--npc/000-0-0/sailors.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-0-0/q'onan.txt b/npc/000-0-0/q'onan.txt
index d262c1ca..8e25d07e 100644
--- a/npc/000-0-0/q'onan.txt
+++ b/npc/000-0-0/q'onan.txt
@@ -10,6 +10,6 @@
close;
OnInit:
- .sex = G_MALE;
+ .bodytype = BODYTYPE_3;
end;
}
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt
index 87ed2b34..c3de6d9a 100644
--- a/npc/000-0-0/sailors.txt
+++ b/npc/000-0-0/sailors.txt
@@ -74,7 +74,7 @@ OnTalk:
close;
OnInit:
- .sex = G_MALE;
+ .bodytype = BODYTYPE_3;
end;
OnSlow:
@@ -89,6 +89,6 @@ OnSlow:
close;
OnInit:
- .sex = G_MALE;
+ .bodytype = BODYTYPE_3;
end;
}