summaryrefslogtreecommitdiff
path: root/npc/001-3-2
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-3-2')
-rw-r--r--npc/001-3-2/henry.txt2
-rw-r--r--npc/001-3-2/smuggler.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-3-2/henry.txt b/npc/001-3-2/henry.txt
index f405907e..c5ae41f2 100644
--- a/npc/001-3-2/henry.txt
+++ b/npc/001-3-2/henry.txt
@@ -346,7 +346,7 @@ function completedHenry {
///////////////////////////////////////////////////////
OnInit:
- .bodytype = BODYTYPE_3;
+ .sex = GENDER_HIDDEN;
.distance = 3;
end;
diff --git a/npc/001-3-2/smuggler.txt b/npc/001-3-2/smuggler.txt
index 377ce4d5..c86608a8 100644
--- a/npc/001-3-2/smuggler.txt
+++ b/npc/001-3-2/smuggler.txt
@@ -74,7 +74,7 @@ function smugglerBoarding {
}
OnInit:
- .bodytype = BODYTYPE_3;
+ .sex = GENDER_HIDDEN;
.distance = 4;
.speed = 175;
.alwaysVisible = true;