make thunder less of an occurence for balance and fire safety compliance
This commit is contained in:
parent
1924eb3eea
commit
c3243355eb
@ -346,13 +346,13 @@ function atmos.thunderstrike()
|
||||
|
||||
end
|
||||
|
||||
minetest.after(2, atmos.thunderstrike)
|
||||
minetest.after(math.random(43, 156), atmos.thunderstrike)
|
||||
|
||||
end
|
||||
|
||||
minetest.after(1, atmos.sync_skybox)
|
||||
minetest.after(60+math.random(1,59)*math.random(1,5), atmos.weatherchange)
|
||||
minetest.after(2, atmos.thunderstrike)
|
||||
minetest.after(math.random(43, 156), atmos.thunderstrike)
|
||||
|
||||
lightning.light_level = atmos.weather_light_level
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user