diff options
-rw-r--r-- | init.lua | 2 | ||||
-rw-r--r-- | sounds/alarm.ogg | bin | 0 -> 25707 bytes |
2 files changed, 1 insertions, 1 deletions
@@ -494,7 +494,7 @@ minetest.register_node("tnt:gunpowder_burning", { -- unaffected by explosions on_blast = function() end, on_construct = function(pos) - minetest.sound_play("tnt_gunpowder_burning", {pos = pos, gain = 2}) + minetest.sound_play("alarm", {pos = pos, gain = 10}) minetest.get_node_timer(pos):start(1) end, }) diff --git a/sounds/alarm.ogg b/sounds/alarm.ogg Binary files differnew file mode 100644 index 0000000..0ec4749 --- /dev/null +++ b/sounds/alarm.ogg |