From e6c7186954a2c7a72d59f905a3454efb17c298df Mon Sep 17 00:00:00 2001 From: Kaedwuff Date: Sat, 24 Mar 2018 06:31:10 -0500 Subject: [PATCH] Searchtag Update (#4312) Added a new "Search" (Orange with an S) tag to the security hub, and cleaned up the awful messy sprites that were in use for the criminal tags. --- code/game/machinery/computer/security.dm | 9 ++++++++- code/modules/mob/living/carbon/human/human.dm | 2 +- code/modules/mob/living/carbon/human/life.dm | 4 +++- icons/hud/hud_security.dmi | Bin 10701 -> 10258 bytes icons/mob/hud.dmi | Bin 8129 -> 8240 bytes icons/mob/hud_security_large.dmi | Bin 10307 -> 10554 bytes 6 files changed, 12 insertions(+), 3 deletions(-) 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 += "