Circuit Lights No Longer Have UV (#7307)

This commit is contained in:
ParadoxSpace
2019-10-31 19:53:16 +01:00
committed by Werner
parent 88e934e996
commit ab4b247049
2 changed files with 42 additions and 1 deletions
@@ -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)