mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 21:49:11 +01:00
fix shuttles and turbolifts ending up outdoors (#17248)
* fix shuttles and turbolifts ending up outdoors * light fixes * . * clamp brightness
This commit is contained in:
@@ -63,6 +63,6 @@
|
||||
weather_holder.process()
|
||||
|
||||
/datum/planet/proc/update_sun_deferred(var/new_brightness, var/new_color)
|
||||
sun["brightness"] = new_brightness
|
||||
sun["brightness"] = CLAMP01(new_brightness)
|
||||
sun["color"] = new_color
|
||||
needs_work |= PLANET_PROCESS_SUN
|
||||
|
||||
Reference in New Issue
Block a user