summaryrefslogtreecommitdiff
path: root/npc/001-2-27
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-27')
-rw-r--r--npc/001-2-27/don.txt2
-rw-r--r--npc/001-2-27/kaylo.txt2
-rw-r--r--npc/001-2-27/lydon.txt2
-rw-r--r--npc/001-2-27/shop.txt4
4 files changed, 5 insertions, 5 deletions
diff --git a/npc/001-2-27/don.txt b/npc/001-2-27/don.txt
index a35b9317..b63b159b 100644
--- a/npc/001-2-27/don.txt
+++ b/npc/001-2-27/don.txt
@@ -91,7 +91,7 @@
close;
OnInit:
- .bodytype = BODYTYPE_3;
+ .sex = GENDER_HIDDEN;
.distance = 2;
end;
}
diff --git a/npc/001-2-27/kaylo.txt b/npc/001-2-27/kaylo.txt
index bead9ed8..8656c729 100644
--- a/npc/001-2-27/kaylo.txt
+++ b/npc/001-2-27/kaylo.txt
@@ -37,7 +37,7 @@
close;
OnInit:
- .bodytype = BODYTYPE_3;
+ .sex = GENDER_HIDDEN;
.distance = 4;
end;
}
diff --git a/npc/001-2-27/lydon.txt b/npc/001-2-27/lydon.txt
index 09bf503a..3425259f 100644
--- a/npc/001-2-27/lydon.txt
+++ b/npc/001-2-27/lydon.txt
@@ -30,7 +30,7 @@
close;
OnInit:
- .bodytype = BODYTYPE_3;
+ .sex = GENDER_HIDDEN;
.distance = 4;
end;
}
diff --git a/npc/001-2-27/shop.txt b/npc/001-2-27/shop.txt
index 842988e4..a435e0f0 100644
--- a/npc/001-2-27/shop.txt
+++ b/npc/001-2-27/shop.txt
@@ -14,7 +14,7 @@ OnInit:
sellitem CopperArmbands, -1, 28;
sellitem IronArmbands, -1, 20;
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.distance = 2;
end;
@@ -43,7 +43,7 @@ OnInit:
sellitem WoodenSword, -1, 50;
sellitem TrainingArrow, -1, 20000;
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.distance = 2;
end;