diff options
-rw-r--r-- | npc/018-3_Cave/bookcase.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/018-3_Cave/bookcase.txt b/npc/018-3_Cave/bookcase.txt index d176caa3..9706d46a 100644 --- a/npc/018-3_Cave/bookcase.txt +++ b/npc/018-3_Cave/bookcase.txt @@ -60,5 +60,5 @@ L_Search: mes "You begin to wonder if you read that list right."; next; - set QUEST_demon_mines, 1; + if (QUEST_demon_mines == 0) set QUEST_demon_mines, 1; } |