forked from VoxeLibre/VoxeLibre
mobs:zoglin: use hoglin sound .2
This commit is contained in:
parent
e202f20869
commit
f5ba0b7981
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue