diff options
Diffstat (limited to 'npc/001-2-6')
-rw-r--r-- | npc/001-2-6/books.txt | 18 | ||||
-rw-r--r-- | npc/001-2-6/christopher.txt | 2 | ||||
-rw-r--r-- | npc/001-2-6/dolfina.txt | 2 | ||||
-rw-r--r-- | npc/001-2-6/leonard.txt | 2 |
4 files changed, 12 insertions, 12 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; } diff --git a/npc/001-2-6/christopher.txt b/npc/001-2-6/christopher.txt index c9ca2648..492b51a7 100644 --- a/npc/001-2-6/christopher.txt +++ b/npc/001-2-6/christopher.txt @@ -63,7 +63,7 @@ close; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 2; end; } diff --git a/npc/001-2-6/dolfina.txt b/npc/001-2-6/dolfina.txt index f30752b4..28e7afa5 100644 --- a/npc/001-2-6/dolfina.txt +++ b/npc/001-2-6/dolfina.txt @@ -14,7 +14,7 @@ L_Close: close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 2; end; } diff --git a/npc/001-2-6/leonard.txt b/npc/001-2-6/leonard.txt index a31631b7..52a97833 100644 --- a/npc/001-2-6/leonard.txt +++ b/npc/001-2-6/leonard.txt @@ -83,7 +83,7 @@ close; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 2; end; } |