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 cc62f4c1..a35b9317 100644
--- a/npc/001-2-27/don.txt
+++ b/npc/001-2-27/don.txt
@@ -91,7 +91,7 @@
close;
OnInit:
- .sex = G_MALE;
+ .bodytype = BODYTYPE_3;
.distance = 2;
end;
}
diff --git a/npc/001-2-27/kaylo.txt b/npc/001-2-27/kaylo.txt
index 652eb3f6..bead9ed8 100644
--- a/npc/001-2-27/kaylo.txt
+++ b/npc/001-2-27/kaylo.txt
@@ -37,7 +37,7 @@
close;
OnInit:
- .sex = G_MALE;
+ .bodytype = BODYTYPE_3;
.distance = 4;
end;
}
diff --git a/npc/001-2-27/lydon.txt b/npc/001-2-27/lydon.txt
index ea497820..09bf503a 100644
--- a/npc/001-2-27/lydon.txt
+++ b/npc/001-2-27/lydon.txt
@@ -30,7 +30,7 @@
close;
OnInit:
- .sex = G_MALE;
+ .bodytype = BODYTYPE_3;
.distance = 4;
end;
}
diff --git a/npc/001-2-27/shop.txt b/npc/001-2-27/shop.txt
index c942eef5..842988e4 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;
- .sex = G_OTHER;
+ .bodytype = BODYTYPE_1;
.distance = 2;
end;
@@ -43,7 +43,7 @@ OnInit:
sellitem WoodenSword, -1, 50;
sellitem TrainingArrow, -1, 20000;
- .sex = G_OTHER;
+ .bodytype = BODYTYPE_1;
.distance = 2;
end;