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 8e25d07e..0b0f75fc 100644
--- a/npc/000-0-0/q'onan.txt
+++ b/npc/000-0-0/q'onan.txt
@@ -10,6 +10,6 @@
close;
OnInit:
- .bodytype = BODYTYPE_3;
+ .sex = GENDER_HIDDEN;
end;
}
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt
index c3de6d9a..f337be09 100644
--- a/npc/000-0-0/sailors.txt
+++ b/npc/000-0-0/sailors.txt
@@ -74,7 +74,7 @@ OnTalk:
close;
OnInit:
- .bodytype = BODYTYPE_3;
+ .sex = GENDER_HIDDEN;
end;
OnSlow:
@@ -89,6 +89,6 @@ OnSlow:
close;
OnInit:
- .bodytype = BODYTYPE_3;
+ .sex = GENDER_HIDDEN;
end;
}