Disable zombie war_cry sound for now

This commit is contained in:
Wuzzy 2018-10-23 17:34:01 +02:00
parent a88429a78e
commit e0fe5b2c66
1 changed files with 2 additions and 1 deletions

View File

@ -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,