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

Switch Place while using Onslaught wont clone creatures

git-svn-id: http://svn.net-core.org/repos/t-engine4@5859 51575b47-30f0-44d4-a5cc-537603b46e54
parent e6787e13
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ newTalent{
local tx, ty, sx, sy = target.x, target.y, self.x, self.y
local hitted = self:attackTarget(target, nil, 0, true)
if hitted and not self.dead then
if hitted and not self.dead and tx == target.x and ty == target.y then
self:setEffect(self.EFF_EVASION, t.getDuration(self, t), {chance=50})
-- Displace
......
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