summaryrefslogtreecommitdiff
path: root/world/map/conf/magic.conf.template
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/conf/magic.conf.template')
-rw-r--r--world/map/conf/magic.conf.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/conf/magic.conf.template b/world/map/conf/magic.conf.template
index c8fd29df..22f2e423 100644
--- a/world/map/conf/magic.conf.template
+++ b/world/map/conf/magic.conf.template
@@ -566,7 +566,7 @@ SPELL lay-on-hands (target : STRING) : "#L10" =
(pc(target) <> caster)
&&
(rdistance(location(caster),
- location(pc(target))) < 2 + (spellpower / 50))
+ location(pc(target))) < 2 + sqrt(spellpower) / 4)
&& not (running_status_update(pc(target), SC_HALT_REGENERATE))
))
=> EFFECT CALL adjust_spellpower(school);