The One Where You Can Aim Lights

This commit is contained in:
Chompstation Bot
2021-06-30 19:29:41 +00:00
parent 2457a62edd
commit 15fd9df408
16 changed files with 384 additions and 21 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)