Skip to content
Snippets Groups Projects
Commit b19f6e98 authored by Mr Frog's avatar Mr Frog
Browse files

Added VFX to Thorn Grab

parent 0f35340e
No related branches found
No related tags found
3 merge requests!690Thorn grab vfx,!688Doomed stuff,!687Thorn Grab VFX
......@@ -94,6 +94,7 @@ newTalent{
local x, y, target = self:getTarget(tg)
if not target or not self:canProject(tg, x, y) then return nil end
target:setEffect(target.EFF_THORN_GRAB, 10, {src=self, speed = t.speedPenalty(self, t), dam=self:mindCrit(self:combatTalentMindDamage(t, 15, 250) / 10 * get_mindstar_power_mult(self))})
game.level.map:particleEmitter(x, y, 1, "thorn_grab", {})
return true
end,
info = function(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