summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/009-2/wyara.txt9
1 files 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;