forked from VoxeLibre/VoxeLibre
Play extinguish sound when rain extinguishes flame
This commit is contained in:
parent
7dce9bf429
commit
39f2da10ee
|
@ -180,6 +180,7 @@ if weather.allow_abm then
|
||||||
if rain.raining and rain.extinguish_fire then
|
if rain.raining and rain.extinguish_fire then
|
||||||
if weather.is_outdoor(pos) then
|
if weather.is_outdoor(pos) then
|
||||||
minetest.remove_node(pos)
|
minetest.remove_node(pos)
|
||||||
|
minetest.sound_play("fire_extinguish_flame", {pos = pos, max_hear_distance = 16, gain = 0.15})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue