tame mummy
This commit is contained in:
parent
06aeadaa8d
commit
6c656516bc
@ -5,6 +5,7 @@ local mummy_def = {
|
|||||||
passive = false,
|
passive = false,
|
||||||
pathfinding = true,
|
pathfinding = true,
|
||||||
attack_type = "dogshoot",
|
attack_type = "dogshoot",
|
||||||
|
owner_loyal = true,
|
||||||
shoot_interval = 2,
|
shoot_interval = 2,
|
||||||
dogshoot_switch = 1,
|
dogshoot_switch = 1,
|
||||||
dogshoot_count_max = 10,
|
dogshoot_count_max = 10,
|
||||||
@ -57,7 +58,7 @@ local mummy_def = {
|
|||||||
punch_start = 74,
|
punch_start = 74,
|
||||||
punch_end = 105,
|
punch_end = 105,
|
||||||
},
|
},
|
||||||
-- follow = {"spawners_mobs:deco_stone_eye","spawners_mobs:deco_stone_men","spawners_mobs:deco_stone_sun"},
|
follow = {"spawners_mobs:deco_stone_eye","spawners_mobs:deco_stone_men","spawners_mobs:deco_stone_sun"},
|
||||||
on_die = function(self, pos)
|
on_die = function(self, pos)
|
||||||
minetest.sound_play("spawners_mobs_mummy_death", {
|
minetest.sound_play("spawners_mobs_mummy_death", {
|
||||||
object = self.object,
|
object = self.object,
|
||||||
|
Loading…
Reference in New Issue
Block a user