summaryrefslogtreecommitdiff
path: root/npc/008-2-24
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-2-24')
-rw-r--r--npc/008-2-24/chef.txt2
-rw-r--r--npc/008-2-24/troupe-leader.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/008-2-24/chef.txt b/npc/008-2-24/chef.txt
index 37a36d60..4d9578ec 100644
--- a/npc/008-2-24/chef.txt
+++ b/npc/008-2-24/chef.txt
@@ -264,7 +264,7 @@ function deliverSalad {
}
OnInit:
- .bodytype = BODYTYPE_2;
+ .sex = GENDER_MALE;
.distance = 4;
end;
}
diff --git a/npc/008-2-24/troupe-leader.txt b/npc/008-2-24/troupe-leader.txt
index 47956d4b..5d164684 100644
--- a/npc/008-2-24/troupe-leader.txt
+++ b/npc/008-2-24/troupe-leader.txt
@@ -104,7 +104,7 @@ OnInit:
.quest_inspector = HurnscaldQuests_Inspector;
.quest_debug = .quest_inspector;
- .bodytype = BODYTYPE_2;
+ .sex = GENDER_MALE;
.distance = 3;
////////// UNFINISHED //////////