Add ignite sound to TNT

This commit is contained in:
Wuzzy 2017-01-05 00:08:50 +01:00
parent 56f0f67dfe
commit b105e42035
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
function spawn_tnt(pos, entname)
minetest.sound_play("", {pos = pos,gain = 1.0,max_hear_distance = 15,})
minetest.sound_play("tnt_ignite", {pos = pos,gain = 1.0,max_hear_distance = 15,})
return minetest.env:add_entity(pos, entname)
end

Binary file not shown.