mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-10-28 19:35:17 +01:00
Fix craft of dye:light_grey and decrease bats sound volume
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user