Skip to content

Commit bb70986

Browse files
authored
Apply low pass filter to sonic screwdriver sound (#377)
1 parent a68a3a0 commit bb70986

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
-4.14 KB
Binary file not shown.

technic/tools/sonic_screwdriver.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ local function screwdriver_handler(itemstack, user, pointed_thing, mode)
4444
return
4545
end
4646

47-
minetest.sound_play("technic_sonic_screwdriver", {pos = pos, gain = 0.3, max_hear_distance = 10}, true)
47+
minetest.sound_play("technic_sonic_screwdriver", {pos = pos, gain = 0.5, max_hear_distance = 10}, true)
4848

4949
-- Set param2
5050
local rotationPart = node.param2 % 32 -- get first 4 bits

0 commit comments

Comments
 (0)