lower sound distance

master
Juraj Vajda 2017-08-01 00:25:25 +02:00
parent 48f1c29c2b
commit 02220d0aa6
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ function pick_dropped_items(player)
if object:get_luaentity().itemstring ~= "" then
minetest.sound_play("item_drop_pickup", {
pos = pos,
max_hear_distance = 100,
max_hear_distance = 16,
gain = 0.4,
})
end