From 1e4d9675e994908c53c4a318de80e0ba2e75a70c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 15 Jun 2021 22:47:23 -0300 Subject: Hinnak: Hint for the Mana Seed rumors if you do not have enough magic power to learn Kalmurk (Lv 1 Magic) --- npc/008-1/hinnak.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/npc/008-1/hinnak.txt b/npc/008-1/hinnak.txt index 2cf07931..e4426c7e 100644 --- a/npc/008-1/hinnak.txt +++ b/npc/008-1/hinnak.txt @@ -211,8 +211,12 @@ L_Sagatha_scary: L_Sagatha_word: mesn l("Farmer Hinnak"); mesq l("Oh, I can't be sure... but something like '%s', I think.", b("kalmurk")); - if (getskilllv(SKILL_MAGIC)) + if (getskilllv(SKILL_MAGIC)) { learnskill SKILL_KALMURK; + } else { + mesc l("You wonder if you could do the same, had you more magic power."); + mesc l("Actually... Didn't you heard rumors about a Mana Seed somewhere nearby?"); + } goto L_close; L_NoBeer: -- cgit v1.2.3-60-g2f50