From a9f5f4e0db406ecc7a69d5b7f29425b69aadc869 Mon Sep 17 00:00:00 2001 From: Kyep Date: Mon, 4 Sep 2017 01:11:44 -0700 Subject: [PATCH] Color Tweak --- code/game/machinery/computer/security.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/computer/security.dm b/code/game/machinery/computer/security.dm index 0a1f9358657..26589249d23 100644 --- a/code/game/machinery/computer/security.dm +++ b/code/game/machinery/computer/security.dm @@ -68,7 +68,7 @@ var/background = "''" switch(crimstat) if("*Execute*") - background = "'background-color:#890E26'" + background = "'background-color:#5E0A1A'" if("*Arrest*") background = "'background-color:#890E26'" if("Incarcerated")