summaryrefslogtreecommitdiff
path: root/npc/007-1/dracoula.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/007-1/dracoula.txt')
-rw-r--r--npc/007-1/dracoula.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/npc/007-1/dracoula.txt b/npc/007-1/dracoula.txt
index fb63a4c14..af1f9df3d 100644
--- a/npc/007-1/dracoula.txt
+++ b/npc/007-1/dracoula.txt
@@ -124,11 +124,17 @@ L_Mana:
L_Miner:
mes "";
mesn;
- mesq l("You should ask Tycoon.");
+ mesq l("You should ask %s.", b(l("Tycoon")));
next;
mesn;
mesq l("He is the Miners leader.");
- compareandsetq MineQuest_Pickaxe, 0, 1;
+ if (getq(MineQuest_Dracoula)) {
+ compareandsetq MineQuest_Pickaxe, 0, 1;
+ } else {
+ next;
+ mesn;
+ mesq l("I can vouch for you, but only if you help me first!");
+ }
next;
goto L_Menu;