[death_messages] Add sharks to the mobs list

This commit is contained in:
LeMagnesium 2015-10-03 19:07:13 +02:00
parent 1e2bdf6eff
commit 8c969019d1
1 changed files with 2 additions and 0 deletions

View File

@ -130,6 +130,8 @@ local monsters = {
["mobs:minotaur"] = "minotaur",
["mobs:pumba"] = "warthog",
["tsm_pyramids:mummy"] = "mummy",
["mobs:shark_lg"] = "large shark",
["mobs:shark_md"] = "medium shark",
}
local function broadcast_death(msg)