mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-12 02:50:25 +01:00
Add Mese_dragon to death message + add a global message when a group of players kil la Mese Dragon
This commit is contained in:
parent
5197306fd1
commit
607762d5e4
@ -149,6 +149,7 @@ local monsters = {
|
|||||||
["mobs:shark_md"] = "medium shark",
|
["mobs:shark_md"] = "medium shark",
|
||||||
["mobs:pumpking"] = "pumpking",
|
["mobs:pumpking"] = "pumpking",
|
||||||
["mobs:pumpboom"] = "pumpboom",
|
["mobs:pumpboom"] = "pumpboom",
|
||||||
|
["mobs:mese_dragon"] = "mese_dragon",
|
||||||
}
|
}
|
||||||
|
|
||||||
local function broadcast_death(msg)
|
local function broadcast_death(msg)
|
||||||
|
@ -75,6 +75,9 @@ mobs:register_mob("mobs:mese_dragon", {
|
|||||||
punch_start = 140,
|
punch_start = 140,
|
||||||
punch_end = 170,
|
punch_end = 170,
|
||||||
},
|
},
|
||||||
|
on_die = function(self)
|
||||||
|
minetest.chat_send_all("A group of players killed a Mese Dragon!")
|
||||||
|
end
|
||||||
})
|
})
|
||||||
|
|
||||||
-- mese_dragon_fireball (weapon)
|
-- mese_dragon_fireball (weapon)
|
||||||
|
Loading…
Reference in New Issue
Block a user