Merge pull request #2311 from CHOMPStationBot/upstream-merge-10752

[MIRROR] The One Where You Can Aim Lights
This commit is contained in:
Nadyr
2021-07-01 21:30:46 -04:00
committed by GitHub
16 changed files with 272 additions and 129 deletions

View File

@@ -104,7 +104,7 @@ SUBSYSTEM_DEF(planets)
/datum/controller/subsystem/planets/proc/updateSunlight(var/datum/planet/P)
var/new_brightness = P.sun["brightness"]
P.sun_holder.update_brightness(new_brightness)
P.sun_holder.update_brightness(new_brightness, P.planet_floors)
var/new_color = P.sun["color"]
P.sun_holder.update_color(new_color)