mirror of
https://codeberg.org/tenplus1/mobs_monster.git
synced 2024-12-22 00:40:28 +01:00
tweak lava pick dig sound
This commit is contained in:
parent
1a576f2bb1
commit
6de7ee6b11
@ -178,7 +178,7 @@ function minetest.handle_node_drops(pos, drops, digger)
|
||||
mobs:effect(pos, 1, "tnt_smoke.png", 3, 5, 2, 0.5, nil, false)
|
||||
|
||||
minetest.sound_play("fire_extinguish_flame",
|
||||
{pos = pos, max_hear_distance = 8, gain = 0.15}, true)
|
||||
{pos = pos, max_hear_distance = 5, gain = 0.05}, true)
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user