1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-15 06:00:26 +02:00

Fix craft of dye:light_grey and decrease bats sound volume

This commit is contained in:
sys4-fr
2018-03-10 00:33:32 +01:00
parent 925285e888
commit 6c1ad3ab5a
4 changed files with 19 additions and 2 deletions

View File

@ -126,7 +126,7 @@ local swimming_frequent = {
local cave = {
handler = {},
frequency = cave_frequency,
{name="Bats_in_Cave", length=5, gain=cave_volume}
{name="Bats_in_Cave", length=5, gain=cave_volume*0.5}
}
local cave_frequent = {