summaryrefslogtreecommitdiff
path: root/conf/magic.conf.template
diff options
context:
space:
mode:
Diffstat (limited to 'conf/magic.conf.template')
-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 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))