Probably fixes problems with darksight outdoors

This commit is contained in:
Aronai Sieyes
2021-06-24 17:39:40 -04:00
parent c5ef2cb604
commit 0d7f95bf25
6 changed files with 34 additions and 11 deletions
+1 -1
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)