mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-26 09:40:28 +01:00
[death_messages] Add sharks to the mobs list
This commit is contained in:
parent
1e2bdf6eff
commit
8c969019d1
@ -130,6 +130,8 @@ local monsters = {
|
|||||||
["mobs:minotaur"] = "minotaur",
|
["mobs:minotaur"] = "minotaur",
|
||||||
["mobs:pumba"] = "warthog",
|
["mobs:pumba"] = "warthog",
|
||||||
["tsm_pyramids:mummy"] = "mummy",
|
["tsm_pyramids:mummy"] = "mummy",
|
||||||
|
["mobs:shark_lg"] = "large shark",
|
||||||
|
["mobs:shark_md"] = "medium shark",
|
||||||
}
|
}
|
||||||
|
|
||||||
local function broadcast_death(msg)
|
local function broadcast_death(msg)
|
||||||
|
Loading…
Reference in New Issue
Block a user