diff --git a/game/modules/tome/class/Actor.lua b/game/modules/tome/class/Actor.lua index 04055d07d117977ff0a8b4d8b2b07b782f5a73b8..14b7e2ad2a4d50268e02cec6ded89b44e32c8aa9 100644 --- a/game/modules/tome/class/Actor.lua +++ b/game/modules/tome/class/Actor.lua @@ -330,6 +330,7 @@ function _M:doQuake(tg, x, y) if e.x and e.y then e.x, e.ly = l.x, l.y end -- If it can move, move it elseif e.x and e.y and e.move then + e.x = nil e.y = nil e:move(l.x, l.y, true) end end