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 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;
}