summaryrefslogtreecommitdiff
path: root/npc/001-2-6/books.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-6/books.txt')
-rw-r--r--npc/001-2-6/books.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/npc/001-2-6/books.txt b/npc/001-2-6/books.txt
index f8eb231b..bf6c97fc 100644
--- a/npc/001-2-6/books.txt
+++ b/npc/001-2-6/books.txt
@@ -52,7 +52,7 @@ OnUse:
OnInit:
.book_name$ = "The Piou and The Fluffy";
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.distance = 1;
end;
}
@@ -107,7 +107,7 @@ OnUse:
OnInit:
.book_name$ = "Poem about Poems";
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.distance = 1;
end;
}
@@ -140,7 +140,7 @@ OnUse:
OnInit:
.book_name$ = "Chorus of the Woods";
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.distance = 1;
end;
}
@@ -169,7 +169,7 @@ OnUse:
close;
OnInit:
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.distance = 1;
end;
}
@@ -204,7 +204,7 @@ OnUse:
OnInit:
.book_name$ = "Fluffy Animals who Love Their Owners";
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.distance = 1;
end;
}
@@ -238,7 +238,7 @@ OnUse:
OnInit:
.book_name$ = "World Story For Dummies, Vol I";
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.distance = 1;
end;
}
@@ -274,7 +274,7 @@ OnUse:
OnInit:
.book_name$ = "World Story For Dummies, Vol II";
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.distance = 1;
end;
}
@@ -312,7 +312,7 @@ OnUse:
OnInit:
.book_name$ = "World Story For Dummies, Vol III";
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.distance = 1;
end;
}
@@ -347,7 +347,7 @@ OnUse:
OnInit:
.book_name$ = "World Story For Dummies, Vol IV";
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.distance = 1;
end;
}