mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-23 02:51:06 +01:00
Disable object collision of dead mobs
This commit is contained in:
parent
b6c6602d13
commit
57e24fc705
1 changed files with 1 additions and 0 deletions
|
@ -806,6 +806,7 @@ local check_for_death = function(self, cause, cmi_cause)
|
|||
self.state = "die"
|
||||
self.object:set_properties({
|
||||
pointable = false,
|
||||
collide_with_objects = false,
|
||||
})
|
||||
set_velocity(self, 0)
|
||||
|
||||
|
|
Loading…
Reference in a new issue