mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 15:39:57 +01:00
Circuit Lights No Longer Have UV (#7307)
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
/obj/item/integrated_circuit/output/light/proc/update_lighting()
|
||||
if(light_toggled)
|
||||
if(assembly)
|
||||
assembly.set_light(l_range = light_brightness, l_power = light_brightness, l_color = light_rgb)
|
||||
assembly.set_light(l_range = light_brightness, l_power = light_brightness, l_color = light_rgb, uv_power = 0)
|
||||
else
|
||||
if(assembly)
|
||||
assembly.set_light(0)
|
||||
|
||||
Reference in New Issue
Block a user