mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 09:31:07 +01:00
Disable zombie war_cry sound for now
This commit is contained in:
parent
a88429a78e
commit
e0fe5b2c66
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ local zombie = {
|
|||
makes_footstep_sound = true,
|
||||
sounds = {
|
||||
random = "mobs_mc_zombie_growl",
|
||||
war_cry = "mobs_mc_zombie_growl",
|
||||
--TODO: war_cry = "mobs_mc_zombie_growl",
|
||||
-- Problem: The war_cry sound plays too often
|
||||
death = "mobs_mc_zombie_death",
|
||||
damage = "mobs_mc_zombie_hurt",
|
||||
distance = 16,
|
||||
|
|
Loading…
Reference in a new issue