Better delay
This commit is contained in:
parent
234b71064c
commit
58ed1a5e1c
14 changed files with 29 additions and 42 deletions
|
@ -49,6 +49,10 @@ mobs:register_mob("fun_caves:spider_ice", {
|
|||
punch_end = 90,
|
||||
},
|
||||
do_custom = function(self)
|
||||
if not fun_caves.custom_ready(self) then
|
||||
return
|
||||
end
|
||||
|
||||
fun_caves.surface_damage(self, true)
|
||||
end,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue