mirror of
http://repo.or.cz/minetest_pyramids/tsm_pyramids.git
synced 2025-07-03 16:40:42 +02:00
Use new monster death sound
This commit is contained in:
@ -20,9 +20,7 @@ local mummy_drop = "default:papyrus"
|
||||
|
||||
local sound_normal = "mummy"
|
||||
local sound_hit = "mummy_hurt"
|
||||
|
||||
-- TODO: Old mummy death sound has been removed. Find a replacement for this
|
||||
local sound_dead = "mummy_hurt"
|
||||
local sound_dead = "mummy_death"
|
||||
|
||||
local spawner_range = 17
|
||||
local spawner_max_mobs = 6
|
||||
|
Reference in New Issue
Block a user