Increase minimum weather time for same weather

This commit is contained in:
Wuzzy 2022-10-09 01:31:57 +02:00
parent 22733edae9
commit a3b4fc8fd7

View File

@ -62,7 +62,7 @@ end
-- This timer prevents the weather from changing naturally too fast
local stoptimer = 0
local stoptimer_init = 15 -- minumum time between natural weather changes in seconds
local stoptimer_init = 300 -- minimum time between natural weather changes in seconds
local function setweather_raw(new_weather)
weather.previous_weather = weather.weather