From a5f1d7aea03341b9adddd88e9a04500b462a745f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 15 Jan 2020 11:07:11 -0300 Subject: Allow Pickaxe Quest to be completed in Caelum's Route --- npc/007-1/caelum.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'npc') 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: -- cgit v1.2.3-60-g2f50