Snowball explosion & super load moans

This commit is contained in:
Lizzy Fleckenstein 2022-01-27 22:18:36 +01:00
parent 9bb03727b2
commit 49b4619d27
Signed by untrusted user: LizzyFleckenstein03
GPG Key ID: 06927A5199D6C9B2
16 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
mcl_moans = {}
function mcl_moans.moan(spec)
spec.gain = (spec.gain or 1.0) * 10.0
minetest.sound_play("mcl_moan", spec)
end