Remove non-free mummy death sound

This commit is contained in:
Wuzzy
2016-11-10 16:19:01 +01:00
parent e05d0e21a7
commit e78434b1f0
3 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,9 @@ local mummy_drop = "default:papyrus"
local sound_normal = "mummy"
local sound_hit = "mummy_hurt"
local sound_dead = "mummy_death"
-- TODO: Old mummy death sound has been removed. Find a replacement for this
local sound_dead = "mummy_hurt"
local spawner_range = 17
local spawner_max_mobs = 6