summaryrefslogtreecommitdiff
path: root/npc/001-2-22
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-22')
-rw-r--r--npc/001-2-22/_savepoints.txt10
-rw-r--r--npc/001-2-22/alige.txt2
-rw-r--r--npc/001-2-22/chefgado.txt2
-rw-r--r--npc/001-2-22/peter.txt2
4 files changed, 8 insertions, 8 deletions
diff --git a/npc/001-2-22/_savepoints.txt b/npc/001-2-22/_savepoints.txt
index b4a5c1ba..3a1f7f0b 100644
--- a/npc/001-2-22/_savepoints.txt
+++ b/npc/001-2-22/_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:
@@ -58,7 +58,7 @@ OnTouch:
OnInit:
.distance = 2;
- .sex = G_OTHER;
+ .bodytype = BODYTYPE_1;
end;
OnTouch:
diff --git a/npc/001-2-22/alige.txt b/npc/001-2-22/alige.txt
index c5bb8aed..fc0f4df4 100644
--- a/npc/001-2-22/alige.txt
+++ b/npc/001-2-22/alige.txt
@@ -315,7 +315,7 @@ L_Quit:
close;
OnInit:
- .sex = G_MALE;
+ .bodytype = BODYTYPE_3;
.distance = 2;
// Array of foods (remember to update in 000-2-1 as well)
diff --git a/npc/001-2-22/chefgado.txt b/npc/001-2-22/chefgado.txt
index 329d8567..103b7835 100644
--- a/npc/001-2-22/chefgado.txt
+++ b/npc/001-2-22/chefgado.txt
@@ -16,7 +16,7 @@
close;
OnInit:
- .sex = G_MALE;
+ .bodytype = BODYTYPE_3;
.distance = 2;
end;
}
diff --git a/npc/001-2-22/peter.txt b/npc/001-2-22/peter.txt
index 9c4402a2..43e94f8f 100644
--- a/npc/001-2-22/peter.txt
+++ b/npc/001-2-22/peter.txt
@@ -297,7 +297,7 @@ OnDone:
OnInit:
- .sex = G_MALE;
+ .bodytype = BODYTYPE_3;
.distance = 3;
end;
}