Skip to content
Snippets Groups Projects
Commit 36b7db07 authored by DarkGod's avatar DarkGod
Browse files

Combat:attackTargetWith also returns damage

parent e54456ae
No related branches found
No related tags found
No related merge requests found
......@@ -1045,7 +1045,7 @@ function _M:attackTargetWith(target, weapon, damtype, mult, force_dam)
self:attr("silent_heal", -1)
end
return self:combatSpeed(weapon), hitted
return self:combatSpeed(weapon), hitted, dam
end
_M.weapon_talents = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment