diff --git a/code/game/machinery/computer/security.dm b/code/game/machinery/computer/security.dm index fddd4b69d08..bd76e52cc7a 100644 --- a/code/game/machinery/computer/security.dm +++ b/code/game/machinery/computer/security.dm @@ -104,6 +104,8 @@ switch(crimstat) if("*Arrest*") background = "'background-color:#DC143C;'" + if("Search") + background = "'background-color:#FFAE00;'" if("Incarcerated") background = "'background-color:#CD853F;'" if("Parolled") @@ -203,6 +205,8 @@ switch(crimstat) if("*Arrest*") background = "'background-color:#DC143C;'" + if("Search") + background = "'background-color:#FFAE00;'" if("Incarcerated") background = "'background-color:#CD853F;'" if("Parolled") @@ -515,6 +519,7 @@ What a mess.*/ temp += "