diff --git a/code/game/machinery/requests_console.dm b/code/game/machinery/requests_console.dm index 2a2a8e3e0da..67caa24706b 100644 --- a/code/game/machinery/requests_console.dm +++ b/code/game/machinery/requests_console.dm @@ -68,7 +68,7 @@ var/list/obj/machinery/requests_console/allConsoles = list() if(stat & NOPOWER) set_light(0) else - set_light(2,0.7,"#34D352")//green light + set_light(1.4,0.7,"#34D352")//green light if(open) if(!hackState) icon_state="req_comp_open"