From 5b64717c2dad51140f72999cfc0a5e99656ed32c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 27 Mar 2018 21:53:46 -0300 Subject: Special label for when you're magicless --- npc/003-0-1/colin.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'npc/003-0-1/colin.txt') diff --git a/npc/003-0-1/colin.txt b/npc/003-0-1/colin.txt index 143fb9c89..d50a022de 100644 --- a/npc/003-0-1/colin.txt +++ b/npc/003-0-1/colin.txt @@ -10,6 +10,19 @@ mesn; mesq l("I am the Wizard Mages master."); + if (!MAGIC_LVL) goto L_NoMagic; + close; + +L_NoMagic: + next; + mesn; + mesq l("Your lack of magical power is critical. I dare say, you might never in your life get access to a Mana Stone."); + next; + mesn; + mesq l("Besides the Magic Council, Andrei Sakar have his own Mana Stone, but I doubt he would train the likes of you, or share his Mana Stone."); + next; + mesn; + mesq l("Perhaps, in the city, someone knows rumors about Mana Stones and can teach you. Other than that, you're on your own."); close; OnInit: -- cgit v1.2.3-70-g09d2