Balance sounds, remove silent water footstep

This commit is contained in:
paramat
2020-11-08 15:43:04 +00:00
committad av Lars Müller
förälder 760581b330
incheckning 0c1252bcf5
9 ändrade filer med 20 tillägg och 16 borttagningar

Visa fil

@ -11,7 +11,7 @@ local function on_flood(pos, oldnode, newnode)
nodedef.groups.igniter and nodedef.groups.igniter > 0) then
minetest.sound_play(
"default_cool_lava",
{pos = pos, max_hear_distance = 16, gain = 0.1},
{pos = pos, max_hear_distance = 16, gain = 0.07},
true
)
end