summaryrefslogtreecommitdiff
path: root/npc/008-2-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-2-1')
-rw-r--r--npc/008-2-1/generalstore.txt2
-rw-r--r--npc/008-2-1/inspector.txt2
-rw-r--r--npc/008-2-1/richard.txt2
-rw-r--r--npc/008-2-1/selim.txt2
4 files changed, 4 insertions, 4 deletions
diff --git a/npc/008-2-1/generalstore.txt b/npc/008-2-1/generalstore.txt
index b7f9b03f..70235bc4 100644
--- a/npc/008-2-1/generalstore.txt
+++ b/npc/008-2-1/generalstore.txt
@@ -14,7 +14,7 @@
close;
OnInit:
- .bodytype = BODYTYPE_3;
+ .sex = GENDER_HIDDEN;
.distance = 3;
end;
}
diff --git a/npc/008-2-1/inspector.txt b/npc/008-2-1/inspector.txt
index 54d4b6aa..4e1303e2 100644
--- a/npc/008-2-1/inspector.txt
+++ b/npc/008-2-1/inspector.txt
@@ -175,7 +175,7 @@ OnInit:
.quest = HurnscaldQuests_Inspector;
.quest_debug = .quest;
- .bodytype = BODYTYPE_3;
+ .sex = GENDER_HIDDEN;
.distance = 3;
////////// UNFINISHED //////////
diff --git a/npc/008-2-1/richard.txt b/npc/008-2-1/richard.txt
index acff286a..77d16710 100644
--- a/npc/008-2-1/richard.txt
+++ b/npc/008-2-1/richard.txt
@@ -52,7 +52,7 @@
close;
OnInit:
- .bodytype = BODYTYPE_3;
+ .sex = GENDER_HIDDEN;
.distance = 4;
// Bank configuration
diff --git a/npc/008-2-1/selim.txt b/npc/008-2-1/selim.txt
index 2bdea97d..1cfff3e5 100644
--- a/npc/008-2-1/selim.txt
+++ b/npc/008-2-1/selim.txt
@@ -14,7 +14,7 @@
close;
OnInit:
- .bodytype = BODYTYPE_3;
+ .sex = GENDER_HIDDEN;
.distance = 4;
end;
}