Skip to content
Snippets Groups Projects
Commit 59cd5899 authored by dg's avatar dg
Browse files

Dark Tendrils correctly checks for pinning resistance

git-svn-id: http://svn.net-core.org/repos/t-engine4@3551 51575b47-30f0-44d4-a5cc-537603b46e54
parent 8eafde49
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ local function createDarkTendrils(summoner, x, y, target, damage, duration, pinD
end
end
if hitTarget then
if hitTarget and self.target:canBe("pin") then
-- attack the target
game.logSeen(self, "The dark tendrils lash at %s.", self.target.name)
......
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