forked from mtcontrib/minetest_hbhunger
Use ephemeral sounds
This commit is contained in:
parent
91d6d3de5d
commit
5305b1fc13
@ -84,7 +84,8 @@ function hbhunger.item_eat(hunger_change, replace_with_item, poisen, heal, sound
|
||||
gain = 1},
|
||||
{object=user,
|
||||
max_hear_distance = 16,
|
||||
pitch = 1 + math.random(-10, 10)*0.005,}
|
||||
pitch = 1 + math.random(-10, 10)*0.005,},
|
||||
true
|
||||
)
|
||||
|
||||
-- Saturation
|
||||
|
Loading…
Reference in New Issue
Block a user