Skip to content
Snippets Groups Projects
Commit 5ed95228 authored by dg's avatar dg
Browse files

Deep Wound correctly gives credit to the attacker

git-svn-id: http://svn.net-core.org/repos/t-engine4@2733 51575b47-30f0-44d4-a5cc-537603b46e54
parent 86bdae3e
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ newTalent{
dam = rng.range(dam, dam * damrange)
dam = dam * self:combatTalentWeaponDamage(t, 2, 3.2)
target:setEffect(target.EFF_DEEP_WOUND, 7, {heal_factor=self:getTalentLevel(t) * 10, power=dam / 7})
target:setEffect(target.EFF_DEEP_WOUND, 7, {src=self, heal_factor=self:getTalentLevel(t) * 10, power=dam / 7})
end
end
return true
......
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