forked from VoxeLibre/VoxeLibre
Disable zombie war_cry sound for now
This commit is contained in:
parent
a88429a78e
commit
e0fe5b2c66
|
@ -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 New Issue