summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/magic.conf.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/magic.conf.template b/conf/magic.conf.template
index 69b6c019..f1690473 100644
--- a/conf/magic.conf.template
+++ b/conf/magic.conf.template
@@ -433,6 +433,7 @@ SPELL lay-on-hands (target : STRING) : "#L10" =
&& not (running_status_update(pc(target), SC_HALT_REGENERATE))
))
=> EFFECT CALL adjust_spellpower(school);
+ IF (pc (target) == caster) THEN ABORT;
IF failed(pc(target))
THEN (IF ((target = "mouboo" || target = "Mouboo")
&& rdistance(location(caster), location(npc("Mouboo"))) < 2 + (spellpower / 100))