This commit is contained in:
silicons
2021-02-14 03:04:42 -07:00
parent d4f3cf4eaf
commit b3a4fa802b
361 changed files with 498 additions and 509 deletions
+2 -2
View File
@@ -47,7 +47,7 @@
our_planet.update_sun()
log_debug("[our_planet.name]'s weather is now [new_weather], with a temperature of [temperature]°K ([temperature - T0C]°C | [temperature * 1.8 - 459.67]°F).")
/datum/weather_holder/process()
/datum/weather_holder/process(delta_time)
if(world.time >= next_weather_shift)
if(!current_weather) // Roundstart (hopefully).
initialize_weather()
@@ -257,4 +257,4 @@
// This is for special effects for specific types of weather, such as lightning flashes in a storm.
// It's a seperate object to allow the use of flick().
/atom/movable/weather_visuals/special
plane = PLANE_LIGHTING_ABOVE
plane = PLANE_LIGHTING_ABOVE