1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-25 22:10:34 +02:00

added mummy in death messages

This commit is contained in:
crabman77 2015-09-18 19:52:32 +02:00
parent 7c5606c747
commit dfcb39216e

View File

@ -129,6 +129,7 @@ local monsters = {
["mobs:zombie"] = "zombie", ["mobs:zombie"] = "zombie",
["mobs:minotaur"] = "minotaur", ["mobs:minotaur"] = "minotaur",
["mobs:pumba"] = "warthog", ["mobs:pumba"] = "warthog",
["tsm_pyramids:mummy"] = "mummy",
} }
local function broadcast_death(msg) local function broadcast_death(msg)