diff --git a/mods/ctf/ctf_combat/ctf_ranged/init.lua b/mods/ctf/ctf_combat/ctf_ranged/init.lua index 15ebecb7c1..d8d72a4ea5 100644 --- a/mods/ctf/ctf_combat/ctf_ranged/init.lua +++ b/mods/ctf/ctf_combat/ctf_ranged/init.lua @@ -46,6 +46,7 @@ local function process_ray(ray, user, look_dir, def) size = 1, collisiondetection = false, texture = "ctf_ranged_bullethole.png", + minetest.sound_play("ctf_ranged_ricochet", {pos = hitpoint.intersection_point}) }) elseif nodedef.groups.liquid then minetest.add_particlespawner({ diff --git a/mods/ctf/ctf_combat/ctf_ranged/sounds/ctf_ranged_ricochet.ogg b/mods/ctf/ctf_combat/ctf_ranged/sounds/ctf_ranged_ricochet.ogg new file mode 100644 index 0000000000..cf00ff3214 Binary files /dev/null and b/mods/ctf/ctf_combat/ctf_ranged/sounds/ctf_ranged_ricochet.ogg differ