summaryrefslogtreecommitdiff
path: root/npc/001-2-5/books.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-5/books.txt')
-rw-r--r--npc/001-2-5/books.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/npc/001-2-5/books.txt b/npc/001-2-5/books.txt
index 16f67100..d8f3654b 100644
--- a/npc/001-2-5/books.txt
+++ b/npc/001-2-5/books.txt
@@ -17,19 +17,17 @@
}
OnShelfUse:
- @book_name$ = .bookname$;
- if (openbookshelf ())
+ if (openbookshelf())
read_book;
close;
OnUse:
- @book_name$ = .bookname$;
- if (openbook ())
+ if (openbook())
read_book;
close;
OnInit:
- .bookname$ = "Communication Theory";
+ .book_name$ = "Communication Theory";
.sex = G_OTHER;
.distance = 1;
end;