From cebc1fe746530ee58118a8f2b17d348bfc499359 Mon Sep 17 00:00:00 2001 From: Fate Date: Fri, 23 Jan 2009 11:02:32 -0700 Subject: Wyara now warns the player if they're not powerful enough yet to cast the rain spell --- npc/009-2_Hurnscald/wyara.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/009-2_Hurnscald/wyara.txt') diff --git a/npc/009-2_Hurnscald/wyara.txt b/npc/009-2_Hurnscald/wyara.txt index d122a6ce..1ae34626 100644 --- a/npc/009-2_Hurnscald/wyara.txt +++ b/npc/009-2_Hurnscald/wyara.txt @@ -256,6 +256,8 @@ L_Magic_spell: L_Magic_spell3: mes "[Wyara the Witch]"; mes "\"Now that you know the basics of nature magic, here is one of my favourites: '" + getspellinvocation("rain") + "' will summon rain, whereever you are standing. It will consume a bottle of water, though.\""; + if (getskilllv(SKILL_MAGIC) < 2) + mes "\"You are not powerful enough to use it yet, though; you will first have to absorb more magic from the mana seed.\""; next; L_Magic_spell2: -- cgit v1.2.3-70-g09d2