Skip to content
Snippets Groups Projects
Commit bc4c510a authored by Alex Ksandra's avatar Alex Ksandra
Browse files

fix fearless cleave autotarget

parent 2b3792a1
No related branches found
No related tags found
1 merge request!246Small fixes
......@@ -77,8 +77,8 @@ newTalent{
if not weapon then return nil end
local tg = self:getTalentTarget(t)
local x, y = self:getTarget(tg)
if not self:canProject(tg, x, y) then return nil end
local x, y = self:canProject(tg, self:getTarget(tg))
if not x or not y then return nil end
local dir = util.getDir(x, y, self.x, self.y) or 6
local moved = 0.5
if self:canMove(x, y) then
......
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