summaryrefslogtreecommitdiff
path: root/npc/001-2-4
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-4')
-rw-r--r--npc/001-2-4/books.txt4
-rw-r--r--npc/001-2-4/robin.txt2
-rw-r--r--npc/001-2-4/terry.txt2
3 files changed, 4 insertions, 4 deletions
diff --git a/npc/001-2-4/books.txt b/npc/001-2-4/books.txt
index 7ea5ec04..63e3d684 100644
--- a/npc/001-2-4/books.txt
+++ b/npc/001-2-4/books.txt
@@ -11,7 +11,7 @@
close;
OnInit:
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.distance = 1;
}
@@ -98,7 +98,7 @@ OnUse:
OnInit:
.book_name$ = getitemname(FishingGuideVolI);
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.distance = 1;
end;
}
diff --git a/npc/001-2-4/robin.txt b/npc/001-2-4/robin.txt
index 5a38facd..0bf3d195 100644
--- a/npc/001-2-4/robin.txt
+++ b/npc/001-2-4/robin.txt
@@ -59,7 +59,7 @@
close;
OnInit:
- .bodytype = BODYTYPE_3;
+ .sex = GENDER_HIDDEN;
.distance = 2;
end;
}
diff --git a/npc/001-2-4/terry.txt b/npc/001-2-4/terry.txt
index 88b57c8d..cb8b4716 100644
--- a/npc/001-2-4/terry.txt
+++ b/npc/001-2-4/terry.txt
@@ -10,7 +10,7 @@
close;
OnInit:
- .bodytype = BODYTYPE_3;
+ .sex = GENDER_HIDDEN;
.distance = 2;
end;
}