From ae1ae23ee4b5c63e8e3d7ded2b5d4a558ce73244 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 14 Apr 2021 22:49:41 -0300 Subject: Wyara - be more clear about Kaflosh --- npc/009-2/wyara.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/npc/009-2/wyara.txt b/npc/009-2/wyara.txt index 06d11704..70c04e22 100644 --- a/npc/009-2/wyara.txt +++ b/npc/009-2/wyara.txt @@ -238,11 +238,12 @@ L_M_spell: L_M_spell3: mesn l("Wyara the Witch"); - mesq l("Now that you know the basics of nature magic, here is one of my favourites: '%s' will summon rain, whereever you are standing. It will consume a bottle of water, though.", b("Kaflosh")); - if (getskilllv(SKILL_MAGIC) < 2) - mesq l("You are not powerful enough to use it yet, though; you will first have to absorb more magic from the mana seed."); - else + if (getskilllv(SKILL_MAGIC) < 2) { + mesq l("I want to teach you my favorite. However, you are not powerful enough to use it yet; You will first have to absorb more magic from the mana seed."); + } else { + mesq l("Now that you know the basics of nature magic, here is one of my favourites: '%s' will summon rain, whereever you are standing. It will consume a bottle of water, though.", b("Kaflosh")); learnskill SKILL_KAFLOSH; + } next; goto L_M_spell2; -- cgit v1.2.3-60-g2f50