summaryrefslogtreecommitdiff
path: root/npc/008-1-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-1-1')
-rw-r--r--npc/008-1-1/galimatia.txt2
-rw-r--r--npc/008-1-1/hal.txt2
-rw-r--r--npc/008-1-1/koga.txt2
-rw-r--r--npc/008-1-1/morcant.txt2
-rw-r--r--npc/008-1-1/sign.txt4
-rw-r--r--npc/008-1-1/soldiers.txt4
6 files changed, 8 insertions, 8 deletions
diff --git a/npc/008-1-1/galimatia.txt b/npc/008-1-1/galimatia.txt
index f5439978..45c4c6a6 100644
--- a/npc/008-1-1/galimatia.txt
+++ b/npc/008-1-1/galimatia.txt
@@ -386,7 +386,7 @@ OnInit:
.REQ3_OUTPUT = RoseHat;
.REQ3_OUTPUT_AMOUNT = 1;
- .bodytype = BODYTYPE_2;
+ .sex = GENDER_MALE;
.distance = 4;
end;
}
diff --git a/npc/008-1-1/hal.txt b/npc/008-1-1/hal.txt
index 3797f29b..1142cfd7 100644
--- a/npc/008-1-1/hal.txt
+++ b/npc/008-1-1/hal.txt
@@ -126,7 +126,7 @@ OnInit:
.REQ0_OUTPUT = BottleOfWater;
.REQ0_OUTPUT_AMOUNT = 1 ;
- .bodytype = BODYTYPE_2;
+ .sex = GENDER_MALE;
.distance = 4;
end;
} \ No newline at end of file
diff --git a/npc/008-1-1/koga.txt b/npc/008-1-1/koga.txt
index 404d1235..f46fc0e4 100644
--- a/npc/008-1-1/koga.txt
+++ b/npc/008-1-1/koga.txt
@@ -28,7 +28,7 @@ function kogaWrongMap {
}
OnInit:
- .bodytype = BODYTYPE_3;
+ .sex = GENDER_HIDDEN;
.distance = 7;
.alwaysVisible = true;
end;
diff --git a/npc/008-1-1/morcant.txt b/npc/008-1-1/morcant.txt
index 385cf824..81a7103d 100644
--- a/npc/008-1-1/morcant.txt
+++ b/npc/008-1-1/morcant.txt
@@ -56,7 +56,7 @@
OnInit:
OnInstanceInit:
- .bodytype = BODYTYPE_3;
+ .sex = GENDER_HIDDEN;
.distance = 4;
.speed=120;
//.alwaysVisible=true;
diff --git a/npc/008-1-1/sign.txt b/npc/008-1-1/sign.txt
index 8358914e..f7f406d7 100644
--- a/npc/008-1-1/sign.txt
+++ b/npc/008-1-1/sign.txt
@@ -10,7 +10,7 @@
OnInit:
.distance = 1;
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
end;
}
008-1-1,157,87,0 script Sign#008-1-1-central NPC_NO_SPRITE,{
@@ -19,6 +19,6 @@ OnInit:
OnInit:
.distance = 2;
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
end;
}
diff --git a/npc/008-1-1/soldiers.txt b/npc/008-1-1/soldiers.txt
index a1636409..40c023e6 100644
--- a/npc/008-1-1/soldiers.txt
+++ b/npc/008-1-1/soldiers.txt
@@ -15,7 +15,7 @@
close;
OnInit:
- .bodytype = BODYTYPE_2;
+ .sex = GENDER_MALE;
.distance = 4;
end;
}
@@ -27,7 +27,7 @@ OnInit:
close;
OnInit:
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_MALE;
.distance = 4;
end;
}