From 7fb4ab57b047ba9fad9002929e70973980050300 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Thu, 5 Feb 2009 08:57:08 +0000 Subject: Fix bug in demon mine bookcase --- npc/018-3_Cave/bookcase.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/018-3_Cave') 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; } -- cgit v1.2.3-60-g2f50