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.template7
1 files changed, 4 insertions, 3 deletions
diff --git a/conf/magic.conf.template b/conf/magic.conf.template
index 2d8c25a6..b11980e3 100644
--- a/conf/magic.conf.template
+++ b/conf/magic.conf.template
@@ -293,9 +293,10 @@ SPELL aggravate : "#N00" =
REQUIRE skill(caster, MAGIC) > level)
=> EFFECT CALL adjust_spellpower(school);
CALL default_effect();
- FOREACH MOB target IN rbox(location(caster), 1 + spellpower / 20) DO
- (CALL sfx_generic(target);
- aggravate(target, 0, caster);)
+ FOREACH MOB target IN rbox(location(caster), 2 + spellpower / 50) DO
+ IF line_of_sight(location(caster), location(target))
+ THEN (CALL sfx_generic(target);
+ aggravate(target, 0, caster);)
SPELL grow-mauve : "#N01" =
LET level = 0