Skip to content
Snippets Groups Projects
Commit 58c7c27b authored by Chris Davidson's avatar Chris Davidson
Browse files

Fix Shadowgrasp

parent 3a27cde8
No related branches found
No related tags found
No related merge requests found
......@@ -79,8 +79,10 @@ newTalent{
if core.fov.distance(self.x, self.y, target.x, target.y) > 1 then
-- Move first so we get the full benefit of Shadowstrike
target:move(sx, sy, true)
self:project(tg, target.x, target.y, DamageType.DARKNESS, self:spellCrit(t.getDamage(self, t)))
end
self:project(tg, target.x, target.y, DamageType.DARKNESS, self:spellCrit(t.getDamage(self, t)))
if target:canBe("silence") then
target:setEffect(target.EFF_SILENCED, t.getDuration(self, t), {apply_power=self:combatAttack()})
else
......
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