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

You Shall Be My Weapon! starts cooling down even if it missed or kill the target

git-svn-id: http://svn.net-core.org/repos/t-engine4@6617 51575b47-30f0-44d4-a5cc-537603b46e54
parent 333424c2
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ uberTalent{
local hit = self:attackTarget(target, nil, 3.5 + 0.8 * (self.size_category - 4), true)
if target:attr("dead") or not hit then return end
if target:attr("dead") or not hit then return true end
local dx, dy = (target.x - self.x), (target.y - self.y)
local dir = util.coordToDir(dx, dy, 0)
......
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