diff options
Diffstat (limited to 'world')
-rw-r--r-- | world/map/conf/magic-base.sex | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/world/map/conf/magic-base.sex b/world/map/conf/magic-base.sex index 25c05f1e..c2e0a034 100644 --- a/world/map/conf/magic-base.sex +++ b/world/map/conf/magic-base.sex @@ -420,14 +420,6 @@ (ABORT)) (CALL adjust_spellpower school) (CALL default_effect) - (SET damage - (* (script_int caster "@Wand") - (/ spellpower - 3))) - (SET damage_bonus - (* (script_int caster "@Wand") - (/ spellpower - 3))) (CALL install_attack_spell (+ (script_int caster "@Wand") (/ spellpower 10)) @@ -442,6 +434,14 @@ (script_int caster "@WandAttack") 0) (ABORT)) + (SET damage + (* (script_int caster "@Wand") + (/ spellpower + 3))) + (SET damage_bonus + (* (script_int caster "@Wand") + (/ spellpower + 3))) (CALL elt_damage target damage damage_bonus ELT_NEUTRAL ELT_NEUTRAL 5)) ))) |