From dc105380f999b83a335944156ad24c08103b052e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 16 Jul 2018 11:51:47 -0300 Subject: Grimorium reports Kalmurk --- npc/items/books.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'npc/items/books.txt') diff --git a/npc/items/books.txt b/npc/items/books.txt index 5be057999..a46a3f417 100644 --- a/npc/items/books.txt +++ b/npc/items/books.txt @@ -188,10 +188,12 @@ OnInit: l("The easiest way to identify is: Mana Skills never target a single foe. This grimorium reports your Mana Skills."); if (getskilllv(TMW2_ZARKOR)) mesc l("Summon Cave Maggot - @sk-zarkor"); + if (getskilllv(TMW2_KALMURK)) + mesc l("Summon Maggot - @sk-kalmurk"); if (getskilllv(TMW2_PARUM)) mesc l("Parum - @sk-parum"); next; - mesn l("Current Magic Control (@@)", "abizit"); + mesn l("Current Magic Control"); .@val=MAGIC_EXP+rand(-MAGIC_LVL*5, MAGIC_LVL*5); .@base=(MAGIC_LVL**3); if (.@val > .@base*5) -- cgit v1.2.3-60-g2f50