diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/magic.conf.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/magic.conf.template b/conf/magic.conf.template index 35936be4..ad550133 100644 --- a/conf/magic.conf.template +++ b/conf/magic.conf.template @@ -317,7 +317,7 @@ SPELL lesser-heal (target : STRING) : "#L00" = IF failed(pc(target)) THEN (IF ((target = "mouboo" || target = "Mouboo") && rdistance(location(caster), location(npc("Mouboo"))) < 2 + (spellpower / 100)) - THEN { mes "Your spell seems to have no effect on the mouboo."; next; close; } + THEN { mes "Your spell seems to have no effect on the mouboo."; close; } ELSE target = caster;) ELSE (target = pc(target); IF is_dead(target) |