Better delay

This commit is contained in:
Duane Robertson 2016-05-26 01:49:08 -05:00
parent 234b71064c
commit 58ed1a5e1c
14 changed files with 29 additions and 42 deletions

View file

@ -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,
})