Skip to content

Commit

Permalink
Add sound
Browse files Browse the repository at this point in the history
  • Loading branch information
a-blob committed Nov 23, 2023
1 parent c0d5326 commit 5398cc7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/ctf/ctf_combat/ctf_ranged/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +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_explode", {pos = hitpoint.intersection_point})
minetest.sound_play("ctf_ranged_ricochet", {pos = hitpoint.intersection_point})
})
elseif nodedef.groups.liquid then
minetest.add_particlespawner({
Expand Down
Binary file not shown.

0 comments on commit 5398cc7

Please sign in to comment.