mirror of
https://codeberg.org/tenplus1/mobs_redo.git
synced 2024-12-25 18:20:20 +01:00
quick fix for pathfinding glitch
This commit is contained in:
parent
20d1eeec64
commit
bc13ef7410
2
api.lua
2
api.lua
@ -1018,7 +1018,7 @@ local smart_mobs = function(self, s, p, dist, dtime)
|
|||||||
-- round position to center of node to avoid stuck in walls
|
-- round position to center of node to avoid stuck in walls
|
||||||
-- also adjust height for player models!
|
-- also adjust height for player models!
|
||||||
s.x = floor(s.x + 0.5)
|
s.x = floor(s.x + 0.5)
|
||||||
s.y = floor(s.y + 0.5) - sheight
|
-- s.y = floor(s.y + 0.5) - sheight
|
||||||
s.z = floor(s.z + 0.5)
|
s.z = floor(s.z + 0.5)
|
||||||
|
|
||||||
local ssight, sground = minetest.line_of_sight(s, {
|
local ssight, sground = minetest.line_of_sight(s, {
|
||||||
|
Loading…
Reference in New Issue
Block a user