Merge pull request 'Adjust volume and pitch of item collection sound' (#1454) from jordan4ibanez/MineClone2-PopSounds:master into master

Reviewed-on: MineClone2/MineClone2#1454
This commit is contained in:
jordan4ibanez 2021-04-04 00:54:33 +00:00
commit f1863baedc
2 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ minetest.register_globalstep(function(dtime)
pos = pos,
gain = 1,
max_hear_distance = 16,
pitch = math.random(60,100)/100
pitch = math.random(70,110)/100
})
if pool[name] > 6 then
pool[name] = 6