summaryrefslogtreecommitdiff
path: root/npc/008-1/sign.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-1/sign.txt')
-rw-r--r--npc/008-1/sign.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/008-1/sign.txt b/npc/008-1/sign.txt
index 7652c3f2..6a7e3e4e 100644
--- a/npc/008-1/sign.txt
+++ b/npc/008-1/sign.txt
@@ -9,7 +9,7 @@
close;
OnInit:
.distance = 2;
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
end;
}
@@ -18,7 +18,7 @@ OnInit:
close;
OnInit:
.distance = 2;
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
end;
}
@@ -27,7 +27,7 @@ OnInit:
close;
OnInit:
.distance = 2;
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
end;
}
@@ -36,7 +36,7 @@ OnInit:
close;
OnInit:
.distance = 2;
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
end;
}
@@ -45,6 +45,6 @@ OnInit:
close;
OnInit:
.distance = 1;
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
end;
}