fixes the extra argument that causes runtime error (#5039)

This commit is contained in:
Felix
2023-02-06 21:43:52 -06:00
committed by GitHub
parent 45d5db686f
commit 7abb2ae4e2
+1 -2
View File
@@ -82,8 +82,7 @@
new_color = rgb(new_r, new_g, new_b)
spawn(1)
update_sun_deferred(2, new_brightness, new_color)
update_sun_deferred(new_brightness, new_color)
/datum/weather_holder/miaphus