summaryrefslogtreecommitdiff
path: root/npc/001-2-4/books.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-4/books.txt')
-rw-r--r--npc/001-2-4/books.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/001-2-4/books.txt b/npc/001-2-4/books.txt
index e0932405..f4282f67 100644
--- a/npc/001-2-4/books.txt
+++ b/npc/001-2-4/books.txt
@@ -87,12 +87,14 @@ OnInit:
OnShelfUse:
if (openbookshelf())
read_book;
- bye;
+ closeclientdialog();
+ close;
OnUse:
if (openbook())
read_book;
- bye;
+ closeclientdialog();
+ close;
OnInit:
.book_name$ = getitemname(FishingGuideVolI);