1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-02 23:00:22 +02:00

Minor tweaks

This commit is contained in:
kilbith
2015-05-23 15:14:47 +02:00
parent 493e74ab42
commit 5ffce841a6
4 changed files with 6 additions and 5 deletions

View File

@ -145,12 +145,12 @@ homedecor.register("telephone", {
minetest.register_abm({
nodenames = "homedecor:telephone",
interval = 30,
chance = 10,
chance = 15,
action = function(pos, node)
minetest.sound_play("homedecor_telephone_ringing", {
pos = pos,
gain = 1.0,
max_hear_distance = 10
max_hear_distance = 5
})
end
})