diff options
author | Andrei Karas <akaras@inbox.ru> | 2020-11-10 15:35:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2020-11-13 06:49:35 +0300 |
commit | c4ad7a2bdcfc30e72df5c733221fa07a8d37c1ce (patch) | |
tree | 63b6ad7665e76ffb359f111abc9c1320e786bf6a /npc/001-2-6 | |
parent | 5838c6001f2bf57c9cbe5753d3a667ac5a8ab984 (diff) | |
download | serverdata-genderfix.tar.gz serverdata-genderfix.tar.bz2 serverdata-genderfix.tar.xz serverdata-genderfix.zip |
Change body type back to gendergenderfix
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; } |