Skip to content
Snippets Groups Projects
Commit 24f0bfba authored by DarkGod's avatar DarkGod
Browse files

Fixed Venomous Strike taking two turns

parent ed30f52e
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -355,7 +355,7 @@ newTalent{
local hit = self:attackTarget(target, DamageType.NATURE, dam, true)
if hit then t.applyVenomousEffects(self, t, target) end
else
local targets = self:archeryAcquireTargets(nil, {one_shot=true})
local targets = self:archeryAcquireTargets(nil, {no_energy=true, one_shot=true})
if not targets then return end
local hit = self:archeryShoot(targets, t, nil, {mult=dam, damtype=DamageType.NATURE})
end
......
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