@@ -379,9 +379,9 @@ interval = 5.6, chance = 1, catch_up = false; action = function(pos) local force = sorcery.ley.estimate(pos).force minetest.sound_play('sorcery_condenser_bg', { - pos = pos, max_hear_distance = 5 + 8*force, gain = force*0.3; + pos = pos, max_hear_distance = 5 + 4*force, gain = force*0.3; }) end; } end