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

plop

git-svn-id: http://svn.net-core.org/repos/t-engine4@6471 51575b47-30f0-44d4-a5cc-537603b46e54
parent 1b1e8a30
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,8 @@ newTalent{
lx, ly, is_corner_blocked = l:step()
end
if core.fov.distance(x, y, tx, ty) > 1 then return nil end
local ox, oy = self.x, self.y
self:move(tx, ty, true)
if config.settings.tome.smooth_move > 0 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