make thunder less of an occurence for balance and fire safety compliance

This commit is contained in:
Jordach 2017-11-19 15:38:15 +00:00
parent 1924eb3eea
commit c3243355eb

View File

@ -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