summaryrefslogtreecommitdiff
path: root/npc/008-2-2
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-2-2')
-rw-r--r--npc/008-2-2/barron.txt2
-rw-r--r--npc/008-2-2/kfahr.txt2
-rw-r--r--npc/008-2-2/ledmitz.txt4
-rw-r--r--npc/008-2-2/melania.txt2
-rw-r--r--npc/008-2-2/melinda.txt2
-rw-r--r--npc/008-2-2/shop.txt2
6 files changed, 7 insertions, 7 deletions
diff --git a/npc/008-2-2/barron.txt b/npc/008-2-2/barron.txt
index 8a14deb9..f9f25ce0 100644
--- a/npc/008-2-2/barron.txt
+++ b/npc/008-2-2/barron.txt
@@ -27,7 +27,7 @@ speech S_LAST_NEXT,
OnInit:
- .bodytype = BODYTYPE_3;
+ .sex = GENDER_HIDDEN;
.distance = 3;
end;
}
diff --git a/npc/008-2-2/kfahr.txt b/npc/008-2-2/kfahr.txt
index 8788620a..44d61a12 100644
--- a/npc/008-2-2/kfahr.txt
+++ b/npc/008-2-2/kfahr.txt
@@ -778,7 +778,7 @@ OnInit:
.KNIFE_QUEST_XP = 50000;
.STINGER_QUEST_XP = 80000;
- .bodytype = BODYTYPE_3;
+ .sex = GENDER_HIDDEN;
.distance = 4;
end;
}
diff --git a/npc/008-2-2/ledmitz.txt b/npc/008-2-2/ledmitz.txt
index 3ed94009..46bdaccd 100644
--- a/npc/008-2-2/ledmitz.txt
+++ b/npc/008-2-2/ledmitz.txt
@@ -16,7 +16,7 @@ OnTalk:
end;
OnInit:
- .bodytype = BODYTYPE_3;
+ .sex = GENDER_HIDDEN;
.distance = 3;
end;
}
@@ -31,7 +31,7 @@ OnTalk:
end;
OnInit:
- .bodytype = BODYTYPE_3;
+ .sex = GENDER_HIDDEN;
.distance = 3;
end;
}
diff --git a/npc/008-2-2/melania.txt b/npc/008-2-2/melania.txt
index 0fc490df..1f75f15e 100644
--- a/npc/008-2-2/melania.txt
+++ b/npc/008-2-2/melania.txt
@@ -101,7 +101,7 @@
}
OnInit:
- .bodytype = BODYTYPE_2;
+ .sex = GENDER_MALE;
.distance = 4;
.inn=RUSTYPICK_INN;
end;
diff --git a/npc/008-2-2/melinda.txt b/npc/008-2-2/melinda.txt
index 39c97f2b..e3d6c847 100644
--- a/npc/008-2-2/melinda.txt
+++ b/npc/008-2-2/melinda.txt
@@ -123,7 +123,7 @@ OnTouch:
end;
OnInit:
- .bodytype = BODYTYPE_2;
+ .sex = GENDER_MALE;
.distance = 5;
.speed = 300;
initmovegraph "startspot", 40, 29,
diff --git a/npc/008-2-2/shop.txt b/npc/008-2-2/shop.txt
index 58c6002d..c83146ac 100644
--- a/npc/008-2-2/shop.txt
+++ b/npc/008-2-2/shop.txt
@@ -20,7 +20,7 @@ OnInit:
sellitem SmallHealing, -1, 50;
sellitem MaggotSlimePotion, -1, 50;
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.distance = 10;
end;