summaryrefslogtreecommitdiff
path: root/npc/000-2-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-2-1')
-rw-r--r--npc/000-2-1/_savepoints.txt8
-rw-r--r--npc/000-2-1/alige.txt2
-rw-r--r--npc/000-2-1/arpan.txt2
-rw-r--r--npc/000-2-1/chefgado.txt2
-rw-r--r--npc/000-2-1/dan.txt2
-rw-r--r--npc/000-2-1/devis.txt2
-rw-r--r--npc/000-2-1/peter.txt2
-rw-r--r--npc/000-2-1/q'onan.txt2
8 files changed, 11 insertions, 11 deletions
diff --git a/npc/000-2-1/_savepoints.txt b/npc/000-2-1/_savepoints.txt
index da074f25..c120951b 100644
--- a/npc/000-2-1/_savepoints.txt
+++ b/npc/000-2-1/_savepoints.txt
@@ -6,7 +6,7 @@
OnInit:
.distance = 2;
- .sex = G_OTHER;
+ .bodytype = BODYTYPE_1;
end;
OnTouch:
@@ -19,7 +19,7 @@ OnTouch:
OnInit:
.distance = 2;
- .sex = G_OTHER;
+ .bodytype = BODYTYPE_1;
end;
OnTouch:
@@ -32,7 +32,7 @@ OnTouch:
OnInit:
.distance = 2;
- .sex = G_OTHER;
+ .bodytype = BODYTYPE_1;
end;
OnTouch:
@@ -45,7 +45,7 @@ OnTouch:
OnInit:
.distance = 2;
- .sex = G_OTHER;
+ .bodytype = BODYTYPE_1;
end;
OnTouch:
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt
index 6b444b49..68754d1e 100644
--- a/npc/000-2-1/alige.txt
+++ b/npc/000-2-1/alige.txt
@@ -311,7 +311,7 @@ L_Quit:
close;
OnInit:
- .sex = G_MALE;
+ .bodytype = BODYTYPE_3;
.distance = 2;
// Array of foods (remember to update in 001-2-22 as well)
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt
index 8c06ce48..423e42dc 100644
--- a/npc/000-2-1/arpan.txt
+++ b/npc/000-2-1/arpan.txt
@@ -299,7 +299,7 @@ OnSlow:
close;
OnInit:
- .sex = G_MALE;
+ .bodytype = BODYTYPE_3;
.distance = 5;
end;
}
diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt
index 0039e094..ca208dd8 100644
--- a/npc/000-2-1/chefgado.txt
+++ b/npc/000-2-1/chefgado.txt
@@ -207,7 +207,7 @@ L_Quit:
close;
OnInit:
- .sex = G_MALE;
+ .bodytype = BODYTYPE_3;
.distance = 2;
end;
}
diff --git a/npc/000-2-1/dan.txt b/npc/000-2-1/dan.txt
index 31591734..a59819c2 100644
--- a/npc/000-2-1/dan.txt
+++ b/npc/000-2-1/dan.txt
@@ -88,7 +88,7 @@ L_Quit2:
close;
OnInit:
- .sex = G_MALE;
+ .bodytype = BODYTYPE_3;
.distance = 2;
end;
}
diff --git a/npc/000-2-1/devis.txt b/npc/000-2-1/devis.txt
index caf421bf..7459d550 100644
--- a/npc/000-2-1/devis.txt
+++ b/npc/000-2-1/devis.txt
@@ -11,7 +11,7 @@
close;
OnInit:
- .sex = G_MALE;
+ .bodytype = BODYTYPE_3;
.distance = 2;
end;
}
diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt
index 06825f0c..8b783971 100644
--- a/npc/000-2-1/peter.txt
+++ b/npc/000-2-1/peter.txt
@@ -297,7 +297,7 @@ OnDone:
OnInit:
- .sex = G_MALE;
+ .bodytype = BODYTYPE_3;
.distance = 3;
end;
}
diff --git a/npc/000-2-1/q'onan.txt b/npc/000-2-1/q'onan.txt
index bee4f34a..245f608f 100644
--- a/npc/000-2-1/q'onan.txt
+++ b/npc/000-2-1/q'onan.txt
@@ -10,7 +10,7 @@
close;
OnInit:
- .sex = G_MALE;
+ .bodytype = BODYTYPE_3;
.distance = 2;
end;
}