update fork (again) #8

Merged
chmodsayshello merged 2270 commits from VoxeLibre/VoxeLibre:master into master 2023-01-06 20:13:54 +01:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit a745075143 - Show all commits

View File

@ -3875,6 +3875,7 @@ local mob_step = function(self, dtime)
if not player_in_active_range(self) then
set_animation(self, "stand", true)
self.object:set_velocity(vector.new(0,0,0))
falling(self, pos)
return
end
check_item_pickup(self)