diff --git a/mobs/mese_dragon.lua b/mobs/mese_dragon.lua index 1d270b2..4902fbe 100644 --- a/mobs/mese_dragon.lua +++ b/mobs/mese_dragon.lua @@ -107,7 +107,7 @@ mobs:register_mob("nssm:mese_dragon", { self.attack_rip = 0 - mobs:set_animation("punch1") + self:set_animation("punch1") for dx = -17, 17 do for dz = -17, 17 do @@ -117,7 +117,7 @@ mobs:register_mob("nssm:mese_dragon", { if n == "air" and math.random(1, 23) == 1 then minetest.set_node(k, {name="nssm:mese_meteor"}) - nodeupdate(k) + minetest.check_single_for_falling(k) end end end diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..f6e3112 Binary files /dev/null and b/screenshot.png differ