From f37578403c45244d479494fa22ee360f1ff166e2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 19 May 2024 13:56:22 -0300 Subject: And it is complete. A bit too bland for my liking, but complete nonetheless. --- npc/025-4/main.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/npc/025-4/main.txt b/npc/025-4/main.txt index e41770aba..a07223147 100644 --- a/npc/025-4/main.txt +++ b/npc/025-4/main.txt @@ -363,14 +363,16 @@ OnTouch: mesn l("Your father?"); mesq l("Once you do so, be you good or be you evil, challenge the Moubootaur and engrave your name in history, or fail the fight and face permanent death. In this box, you shall find my will to you. Use it well."); // The Final Showdown might inflict permanent death, maybe, I don't know, I'm not in charge of doing it. next; + inventoryplace SunnyCrystal, 1; mesc l("You find a %s inside. Holding it, you can feel it - The Lightbringer, source of mana and supreme guardian of the world, blessing your journey. You can now choose a new trait. This concludes the player quest.", getitemlink(SunnyCrystal)); next; - // FIXME this currently resets the quest for testing purposes - setq General_Narrator, 22, 0, 0; + do { mesc l("You must choose a trait now, or the opportunity will be forfeit."), 1; next; } while (!ChooseTrait()); + setq General_Narrator, 23, 0, 0; + getitem SunnyCrystal, 1; - // Endtrail - mes ""; - mesc l("@@ You need to wait further releases to continue this quest!", b(l("WARNING:"))), 1; + //// Endtrail + //mes ""; + //mesc l("@@ You need to wait further releases to continue this quest!", b(l("WARNING:"))), 1; next; setpcblock(PCBLOCK_HARD, false); closeclientdialog; -- cgit v1.2.3-70-g09d2