mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-24 11:17:14 +01:00
jfc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user