diff options
Diffstat (limited to 'conf/magic.conf.template')
-rw-r--r-- | conf/magic.conf.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/magic.conf.template b/conf/magic.conf.template index 4f02a871..7873163a 100644 --- a/conf/magic.conf.template +++ b/conf/magic.conf.template @@ -648,7 +648,7 @@ SPELL protect (target : PC) : "#N11" = sfx(target, 11, 0); IF (caster <> target) THEN CALL default_effect(); - status_change(target, SC_PHYS_SHIELD, 5 + max(15, spellpower / 20), 0, 0, 0, 5000 + (spellpower * 400)); + status_change(target, SC_PHYS_SHIELD, 5 + max(15, spellpower / 20), 0, 0, 0, 5000 + (spellpower * 1000)); message (target, "You feel more protected."); CALL gain_xp(2); ATEND message (target, "You feel less protected."); |