diff options
Diffstat (limited to 'npc/001-2-6')
-rw-r--r-- | npc/001-2-6/books.txt | 9 | ||||
-rw-r--r-- | npc/001-2-6/christopher.txt | 1 | ||||
-rw-r--r-- | npc/001-2-6/dolfina.txt | 1 | ||||
-rw-r--r-- | npc/001-2-6/leonard.txt | 1 |
4 files changed, 0 insertions, 12 deletions
diff --git a/npc/001-2-6/books.txt b/npc/001-2-6/books.txt index ea5868c9..8e6f4997 100644 --- a/npc/001-2-6/books.txt +++ b/npc/001-2-6/books.txt @@ -52,7 +52,6 @@ OnUse: OnInit: .book_name$ = "The Piou and The Fluffy"; - .bodytype = BODYTYPE_1; .distance = 1; end; } @@ -107,7 +106,6 @@ OnUse: OnInit: .book_name$ = "Poem about Poems"; - .bodytype = BODYTYPE_1; .distance = 1; end; } @@ -140,7 +138,6 @@ OnUse: OnInit: .book_name$ = "Chorus of the Woods"; - .bodytype = BODYTYPE_1; .distance = 1; end; } @@ -169,7 +166,6 @@ OnUse: close; OnInit: - .bodytype = BODYTYPE_1; .distance = 1; end; } @@ -204,7 +200,6 @@ OnUse: OnInit: .book_name$ = "Fluffy Animals who Love Their Owners"; - .bodytype = BODYTYPE_1; .distance = 1; end; } @@ -238,7 +233,6 @@ OnUse: OnInit: .book_name$ = "World Story For Dummies, Vol I"; - .bodytype = BODYTYPE_1; .distance = 1; end; } @@ -274,7 +268,6 @@ OnUse: OnInit: .book_name$ = "World Story For Dummies, Vol II"; - .bodytype = BODYTYPE_1; .distance = 1; end; } @@ -312,7 +305,6 @@ OnUse: OnInit: .book_name$ = "World Story For Dummies, Vol III"; - .bodytype = BODYTYPE_1; .distance = 1; end; } @@ -347,7 +339,6 @@ OnUse: OnInit: .book_name$ = "World Story For Dummies, Vol IV"; - .bodytype = BODYTYPE_1; .distance = 1; end; } diff --git a/npc/001-2-6/christopher.txt b/npc/001-2-6/christopher.txt index c9ca2648..6ad237e5 100644 --- a/npc/001-2-6/christopher.txt +++ b/npc/001-2-6/christopher.txt @@ -63,7 +63,6 @@ close; OnInit: - .bodytype = BODYTYPE_3; .distance = 2; end; } diff --git a/npc/001-2-6/dolfina.txt b/npc/001-2-6/dolfina.txt index f30752b4..d5cc1610 100644 --- a/npc/001-2-6/dolfina.txt +++ b/npc/001-2-6/dolfina.txt @@ -14,7 +14,6 @@ L_Close: close; OnInit: - .bodytype = BODYTYPE_2; .distance = 2; end; } diff --git a/npc/001-2-6/leonard.txt b/npc/001-2-6/leonard.txt index a31631b7..9d0346c1 100644 --- a/npc/001-2-6/leonard.txt +++ b/npc/001-2-6/leonard.txt @@ -83,7 +83,6 @@ close; OnInit: - .bodytype = BODYTYPE_3; .distance = 2; end; } |