From 232f1fe02a2407aa628af550dd7a247ef62f70dc Mon Sep 17 00:00:00 2001 From: Fate Date: Thu, 29 Jan 2009 15:53:05 -0700 Subject: lay-on-hands cannot be cast on the caster again-- powered by the caster's HP, after all. --- conf/magic.conf.template | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/magic.conf.template') 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)) -- cgit v1.2.3-60-g2f50