fix betterfall as picco requested
This commit is contained in:
parent
0735ec822e
commit
aeaff08b78
@ -71,7 +71,7 @@ function betterfall.should_node_fall(n, p, range)
|
||||
return false
|
||||
end
|
||||
|
||||
if range > 0 then
|
||||
if range > 1 then
|
||||
for i, diagneighpos in pairs(supporting_neighbours_diagonal) do
|
||||
local dp = {
|
||||
x = p.x + diagneighpos.x,
|
||||
|
Loading…
x
Reference in New Issue
Block a user