Skip to content
Snippets Groups Projects
Commit 430bf4ef authored by DarkGod's avatar DarkGod
Browse files

fix grav trap

parent 9e2706f6
No related branches found
No related tags found
No related merge requests found
......@@ -668,6 +668,7 @@ newTalent{
if self:reactionToward(target) < 0 and not tgts[target] then
tgts[target] = true
local ox, oy = target.x, target.y
engine.DamageType:get(engine.DamageType.TEMPORAL).projector(self.summoner, target.x, target.y, engine.DamageType.TEMPORAL, self.dam)
if target:canBe("knockback") then
target:pull(self.x, self.y, 1)
if target.x ~= ox or target.y ~= oy 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