Commit 326acc845c8a1746a6446ff91a4252e00ddc7f4e

Authored by DarkGod
1 parent 60fd8374

Fix Disengage being able to move through walls

... ... @@ -180,7 +180,7 @@ newTalent{
180 180 end
181 181 end
182 182
183   - self:move(dx, dy, true)
  183 + self:pull(dx, dy, t:_getDist(self))
184 184
185 185 game:onTickEnd(function()
186 186 self:setEffect(self.EFF_WILD_SPEED, 3, {power=t.getSpeed(self,t)})
... ...