explosion sound

This commit is contained in:
Tai @ Flex 2016-09-22 17:03:02 +01:00
parent 78b9537a0a
commit a61e5a7619

View File

@ -65,7 +65,7 @@ local pigdef = {
} }
if dmobs.destructive then if dmobs.destructive then
pigdef.sounds.explode = "mobs_pig" pigdef.sounds.explode = "tnt_explode"
pigdef.attack_type = "explode" pigdef.attack_type = "explode"
end end