aboutsummaryrefslogtreecommitdiff
path: root/src/magic.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/magic.cc')
-rw-r--r--src/magic.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/magic.cc b/src/magic.cc
index 4e92808..d30c894 100644
--- a/src/magic.cc
+++ b/src/magic.cc
@@ -4119,7 +4119,7 @@ void UseMagicItem(uint32 CreatureID, Object Obj, Object Dest){
throw NOCREATURE;
}
- int Amount = ComputeDamage(Actor, SpellNr, 250, 30);
+ int Amount = ComputeDamage(Actor, SpellNr, 250, 0);
Heal(Target, -1, 0, Amount); // -1 ?
break;
}