Skip to content

Commit

Permalink
suspect sec records qol fix (#5230)
Browse files Browse the repository at this point in the history
# About the pull request

Missed another code line for making suspects nardo gray instead of green

# Explain why it's good for the game

Makes it easier to distinguish suspects from innocents on sec records

# Testing Photographs and Procedure

<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog

:cl: LTNTS
qol: makes suspect nardo gray
/:cl:
  • Loading branch information
ItsVyzo committed Dec 19, 2023
1 parent a6b67c5 commit 2263280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/computer/security.dm
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
if("Released")
background = "'background-color:#2981b3;'"
if("Suspect")
background = "'background-color:#008743;'"
background = "'background-color:#686A6C;'"
if("NJP")
background = "'background-color:#faa20a;'"
if("None")
Expand Down

0 comments on commit 2263280

Please sign in to comment.