1
0
Fork 0

mobs:zoglin: use hoglin sound .2

This commit is contained in:
bakawun 2023-12-18 10:31:08 +01:00
parent e202f20869
commit f5ba0b7981
1 changed files with 6 additions and 0 deletions

View File

@ -93,6 +93,12 @@ local zoglin = table.copy(hoglin)
zoglin.description = S("Zoglin")
zoglin.fire_resistant = 1
zoglin.textures = {"extra_mobs_zoglin.png"}
sounds = {
random = "extra_mobs_hoglin.2",
damage = "extra_mobs_hoglin_hurt",
death = "extra_mobs_hoglin_hurt",
distance = 16,
},
zoglin.do_custom = function()
return
end