summaryrefslogtreecommitdiff
path: root/npc/007-1/tycoon.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/007-1/tycoon.txt')
-rw-r--r--npc/007-1/tycoon.txt15
1 files changed, 14 insertions, 1 deletions
diff --git a/npc/007-1/tycoon.txt b/npc/007-1/tycoon.txt
index 48f23c348..38b5ae20c 100644
--- a/npc/007-1/tycoon.txt
+++ b/npc/007-1/tycoon.txt
@@ -60,7 +60,7 @@ L_Menu:
mesn strcharinfo(0);
menu
rif(getq(MineQuest_Tycoon) < 15, l("I am a brave adventurer! How can I help you?")), L_Purge,
- rif(getq(MineQuest_Pickaxe) == 1, l("Can I become a miner?")), L_Miner,
+ rif(getq(MineQuest_Pickaxe) < 2, l("Can I become a miner?")), L_Miner,
l("What does miners do in cave?"), L_CaveMiner,
l("Can you give me a tip?"), L_Tip,
l("Are you a terranite?"), L_Terranite,
@@ -165,6 +165,19 @@ L_NoLevel:
L_Miner:
+ if (!getq(MineQuest_Pickaxe)) {
+ mesn;
+ mesq l("Sorry pal, but only if another miner vouches for you.");
+ next;
+ if (getq(MineQuest_Tycoon) >= 9) {
+ mesn;
+ mesq l("I'm not neutral, so my vouch have no effect.");
+ next;
+ }
+ goto L_Menu;
+ }
+
+ // Configure Price
.@price=800;
if (getq(MineQuest_Tycoon) >= 9)
.@price-=200;