diff options
Diffstat (limited to 'src/magic.cc')
| -rw-r--r-- | src/magic.cc | 2 |
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; } |
