Add Mese_dragon to death message + add a global message when a group of players kil la Mese Dragon

This commit is contained in:
Quentin BUISSON-DEBON 2016-09-08 12:57:11 +02:00
parent 5197306fd1
commit 607762d5e4
2 changed files with 4 additions and 0 deletions

View File

@ -149,6 +149,7 @@ local monsters = {
["mobs:shark_md"] = "medium shark",
["mobs:pumpking"] = "pumpking",
["mobs:pumpboom"] = "pumpboom",
["mobs:mese_dragon"] = "mese_dragon",
}
local function broadcast_death(msg)

View File

@ -75,6 +75,9 @@ mobs:register_mob("mobs:mese_dragon", {
punch_start = 140,
punch_end = 170,
},
on_die = function(self)
minetest.chat_send_all("A group of players killed a Mese Dragon!")
end
})
-- mese_dragon_fireball (weapon)