summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/007-1/caelum.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/npc/007-1/caelum.txt b/npc/007-1/caelum.txt
index 436e25cee..4cc3dda52 100644
--- a/npc/007-1/caelum.txt
+++ b/npc/007-1/caelum.txt
@@ -115,6 +115,19 @@ L_Give:
L_Complete:
mesn;
mesq l("Wandering too much? Take care to don't get lost.");
+ if (getq(MineQuest_Pickaxe) < 2) {
+ next;
+ select
+ l("Okay, bye."),
+ l("Can I become a miner?");
+ mes "";
+ if (@menu == 2) {
+ compareandsetq MineQuest_Pickaxe, 0, 1;
+ mesn;
+ mesq l("Uh, you should ask %s, he is the miners leader.", b(l("Tycoon")));
+ next;
+ }
+ }
close;
// Funnier to write than to read, but the player lied. :angel: