mirror of
https://codeberg.org/tenplus1/mobs_redo.git
synced 2025-01-11 18:30:21 +01:00
add self.disable_falling switch for custom routines
This commit is contained in:
parent
51ab54bcfa
commit
43026c374e
2
api.lua
2
api.lua
@ -2323,7 +2323,7 @@ end
|
||||
-- falling and fall damage
|
||||
local falling = function(self, pos)
|
||||
|
||||
if self.fly then
|
||||
if self.fly or self.disable_falling then
|
||||
return
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user