From 2d173e5accce05600e9104dff3fba12ce370b4bc Mon Sep 17 00:00:00 2001 From: Joan Lung Date: Mon, 6 Mar 2017 22:11:06 -0500 Subject: [PATCH] Request consoles are less bright --- code/game/machinery/requests_console.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"