Tweak weather durations to be more MC-like
This commit is contained in:
parent
562bd6cd5a
commit
f052f147b5
4 changed files with 26 additions and 12 deletions
|
@ -84,7 +84,10 @@ end)
|
|||
if weather.reg_weathers.snow == nil then
|
||||
weather.reg_weathers.snow = {
|
||||
chance = 10,
|
||||
clear = snow.clear
|
||||
clear = snow.clear,
|
||||
-- 10min - 20min
|
||||
min_duration = 300,
|
||||
max_duration = 600,
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue