Weather: Fix too long snow/rain

master
MoNTE48 2020-03-03 20:22:50 +01:00
parent f3345d18d3
commit 74b152e108
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ local function weather_change()
break
end
end
core.after(random(60, 3000), weather_change)
core.after(random(60, 300), weather_change)
else
weather.type = "none"
core.after(random(1800, 3600), weather_change)