1
0
mirror of https://github.com/t-affeldt/regional_weather.git synced 2025-07-18 00:10:39 +02:00

Reconfigure fog to only show up in the morning and always heavy, remove puddle sound

This commit is contained in:
Till Affeldt
2023-02-24 08:24:31 +01:00
parent 5edea29484
commit d04daec67d
7 changed files with 18 additions and 44 deletions

View File

@ -80,13 +80,7 @@ for i = 1, VARIANT_COUNT do
water = apply_water_group,
weather_puddle = 1
},
drop = "",
sounds = {
footstep = {
name = "weather_puddle",
gain = 0.8
}
}
drop = ""
})
end
end