diff --git a/technic/sounds/technic_sonic_screwdriver.ogg b/technic/sounds/technic_sonic_screwdriver.ogg index cfc9f009..d89db54a 100644 Binary files a/technic/sounds/technic_sonic_screwdriver.ogg and b/technic/sounds/technic_sonic_screwdriver.ogg differ diff --git a/technic/tools/sonic_screwdriver.lua b/technic/tools/sonic_screwdriver.lua index f7a81dae..856f784c 100644 --- a/technic/tools/sonic_screwdriver.lua +++ b/technic/tools/sonic_screwdriver.lua @@ -44,7 +44,7 @@ local function screwdriver_handler(itemstack, user, pointed_thing, mode) return end - minetest.sound_play("technic_sonic_screwdriver", {pos = pos, gain = 0.3, max_hear_distance = 10}, true) + minetest.sound_play("technic_sonic_screwdriver", {pos = pos, gain = 0.5, max_hear_distance = 10}, true) -- Set param2 local rotationPart = node.param2 % 32 -- get first 4 bits