From 429f1d87a34997ebb053ee4b159fe30e6c6a3f85 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 11 Apr 2022 20:39:07 -0300 Subject: CRC Day utilities (#609) CRC Day utilities and minor bugfixes (revert upmarmu changes) --- world/map/npc/013-2/wizard.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'world/map/npc/013-2') diff --git a/world/map/npc/013-2/wizard.txt b/world/map/npc/013-2/wizard.txt index f4e81a72..13f3fc9c 100644 --- a/world/map/npc/013-2/wizard.txt +++ b/world/map/npc/013-2/wizard.txt @@ -25,6 +25,7 @@ L_Start: menu "Thanks, that's very kind of you!", L_Thanks, "Can you teach me magic?", L_TeachRude, + "What do you know about the Mirror Lake?", L_MirrorLake, "Oh, shut up!", L_ShutUp; L_TeachRude: @@ -32,6 +33,19 @@ L_TeachRude: mes "\"I certainly could, but I already have an apprentice.\""; goto L_Close; +L_MirrorLake: + mes "##9The Old Wizard looks intently at you."; + next; + if (##VAULT <= 0) goto L_NoLake; + // Will never reach here + mes "This is a bug, you are not using the Steam version nor the itch.io launcher."; + goto L_Close; + +L_NoLake: + mes "[Old Wizard]"; + mes "\"You don't have to concern yourself with that, as you cannot use them.\""; + goto L_Close; + L_ShutUp: mes "[Old Wizard]"; mes "\"That attitude isn't going to get you very far, my dear.\""; -- cgit v1.2.3-60-g2f50