Weather: Fix too long snow/rain
This commit is contained in:
parent
f3345d18d3
commit
74b152e108
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user