summaryrefslogtreecommitdiff
path: root/npc/008-1-1/soldiers.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-1-1/soldiers.txt')
-rw-r--r--npc/008-1-1/soldiers.txt4
1 files changed, 2 insertions, 2 deletions
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;
}