diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/magic/kalmurk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/magic/kalmurk.txt b/npc/magic/kalmurk.txt index 8d837d0d5..dd9ebc062 100644 --- a/npc/magic/kalmurk.txt +++ b/npc/magic/kalmurk.txt @@ -49,6 +49,8 @@ OnCall: // Summon Magic // SummonMagic(SkillID, MobID{, SkillLevelPerMob=2{, Level Override}}) SummonMagic(@sk, Maggot, 2, MAGIC_LVL+getskilllv(@sk)-1); + } else { + dispbottom l("The spell fails!"); } // Get a single mana experience point (this is NOT used by Soul Menhir) |