mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
[NO GBP] Fixes floodlights not being affected by spraycan painting (#88531)
## About The Pull Request Missed that one ## Changelog 🆑 fix: Fixed floodlights not being affected by spraycan painting /🆑
This commit is contained in:
@@ -173,6 +173,8 @@
|
||||
var/light_color = NONSENSICAL_VALUE
|
||||
if(!isnull(color))
|
||||
light_color = color
|
||||
if (cached_color_filter)
|
||||
light_color = apply_matrix_to_color(COLOR_WHITE, cached_color_filter["color"], cached_color_filter["space"] || COLORSPACE_RGB)
|
||||
set_light(light_setting_list[setting], light_power, light_color)
|
||||
|
||||
/obj/machinery/power/floodlight/add_context(
|
||||
|
||||
Reference in New Issue
Block a user