Skip to content
Snippets Groups Projects
Commit 97f47c6a authored by DarkGod's avatar DarkGod
Browse files

Using Venomous Strike with a ranged weapon now correctly deals nature damage

parent 2e70a9fb
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ newTalent{
else
local targets = self:archeryAcquireTargets(nil, {one_shot=true})
if not targets then return end
self:archeryShoot(targets, t, nil, {mult=1})
self:archeryShoot(targets, t, nil, {mult=1, damtype=DamageType.NATURE})
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