Skip to content
Snippets Groups Projects
Commit 5c400854 authored by DarkGod's avatar DarkGod
Browse files

Coup de Grace correctly restricted in range

parent 969b1b00
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ newTalent{
end
local tg = self:getTalentTarget(t)
local x, y, target = self:getTarget(tg)
local x, y, target = self:getTargetLimited(tg)
if not x or not y or not target then return nil end
local mult = t.getDamage(self,t)
......
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