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

@ -41,7 +41,6 @@ regional_weather.i18n = S
dofile(modpath.."/ca_weathers/ambient.lua")
dofile(modpath.."/ca_weathers/deep_cave.lua")
dofile(modpath.."/ca_weathers/fog.lua")
dofile(modpath.."/ca_weathers/fog_heavy.lua")
dofile(modpath.."/ca_weathers/hail.lua")
dofile(modpath.."/ca_weathers/pollen.lua")
dofile(modpath.."/ca_weathers/rain.lua")