summaryrefslogtreecommitdiff
path: root/npc/001-2-4/books.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-4/books.txt')
-rw-r--r--npc/001-2-4/books.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-2-4/books.txt b/npc/001-2-4/books.txt
index f4282f67..7ea5ec04 100644
--- a/npc/001-2-4/books.txt
+++ b/npc/001-2-4/books.txt
@@ -11,7 +11,7 @@
close;
OnInit:
- .sex = G_OTHER;
+ .bodytype = BODYTYPE_1;
.distance = 1;
}
@@ -98,7 +98,7 @@ OnUse:
OnInit:
.book_name$ = getitemname(FishingGuideVolI);
- .sex = G_OTHER;
+ .bodytype = BODYTYPE_1;
.distance = 1;
end;
}