Tweak zombie growl sound occurence

This commit is contained in:
Wuzzy 2019-01-31 06:56:03 +01:00
parent e1e7d5215e
commit c9fb060ea0
4 changed files with 6 additions and 8 deletions

View file

@ -34,8 +34,8 @@ local pigman = {
} },
visual_size = {x=3, y=3},
sounds = {
random = "mobs_mc_zombie_idle",
war_cry = "mobs_mc_zombie_idle",
random = "mobs_mc_zombie_growl",
war_cry = "mobs_mc_zombie_growl",
death = "mobs_mc_zombie_death",
damage = "mobs_mc_zombie_hurt",
distance = 16,