fix mese dragon bugs

master
tenplus1 2021-10-12 08:35:28 +01:00
parent 6df04e3a3e
commit 633fc46e31
2 changed files with 2 additions and 2 deletions

View File

@ -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

BIN
screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB