Fixed the on_die function for the pumpking
This commit is contained in:
parent
b05b9d6376
commit
62a988f426
@ -54,7 +54,7 @@ mobs:register_mob("nssm:pumpking", {
|
|||||||
speed_normal = 15, speed_run = 15,
|
speed_normal = 15, speed_run = 15,
|
||||||
},
|
},
|
||||||
on_die=function(self,pos)
|
on_die=function(self,pos)
|
||||||
explosion(pos, 3, 0, 1, self.sounds.explode)
|
explosion(pos, 3, 0)
|
||||||
self.object:remove()
|
self.object:remove()
|
||||||
end,
|
end,
|
||||||
custom_attack = function(self)
|
custom_attack = function(self)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user