From c7283150f0b331508b62262be149d91ccf5f0fce Mon Sep 17 00:00:00 2001 From: Fate Date: Thu, 29 Jan 2009 15:46:14 -0700 Subject: Fixed lay-on-hands to require life magic level 2 --- 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 2f475aa5..69b6c019 100644 --- a/conf/magic.conf.template +++ b/conf/magic.conf.template @@ -426,6 +426,7 @@ SPELL lay-on-hands (target : STRING) : "#L10" = IN (MANA 10, CASTTIME 500, REQUIRE hp(caster) > max_hp(caster) / 20, REQUIRE skill(caster, MAGIC) > level, + REQUIRE skill(caster, school) > level, REQUIRE if_then_else(failed(pc(target)), 1, (rdistance(location(caster), location(pc(target))) < 2 + (spellpower / 50)) -- cgit v1.2.3-60-g2f50