get rid of phone ringing sound effect

This commit is contained in:
Vanessa Dannenberg 2018-10-25 12:18:15 -04:00
parent 6dec410d29
commit ec0e332918
2 changed files with 0 additions and 14 deletions

View File

@ -141,17 +141,3 @@ homedecor.register("telephone", {
walkable = false,
sounds = default.node_sound_wood_defaults(),
})
minetest.register_abm({
nodenames = "homedecor:telephone",
label = "sfx",
interval = 30,
chance = 15,
action = function(pos, node)
minetest.sound_play("homedecor_telephone_ringing", {
pos = pos,
gain = 1.0,
max_hear_distance = 5
})
end
})