diff options
Diffstat (limited to 'npc/items/books.txt')
-rw-r--r-- | npc/items/books.txt | 4 |
1 files changed, 3 insertions, 1 deletions
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) |