Increase weather duration

This commit is contained in:
Wuzzy 2017-11-12 05:27:18 +01:00
parent b220a07877
commit e1d362d215
4 changed files with 8 additions and 8 deletions

View file

@ -52,7 +52,7 @@ if weather.reg_weathers.thunder == nil then
chance = 5,
clear = thunder.clear,
-- 10min - 20min
min_duration = 300,
max_duration = 600,
min_duration = 600,
max_duration = 1200,
}
end