mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Security ID Card Recolor (#5526)
## About The Pull Request I **thought** I added this in #5520, but it turns out I forgot to push the commit. This makes the security ID cards red instead of blue. ## Why It's Good For The Game The red goes with the color theme for security, instead of using the old blue color. ## Proof Of Testing Re-using my proof of testing from the last PR as it's the same exact code, just actually pushed this time. <details> <summary>Screenshots/Videos</summary> <img width="345" height="189" alt="image" src="https://github.com/user-attachments/assets/8a372ab3-e2a9-49ba-9cbf-abb9eb25c215" /> </details> ## Changelog 🆑 fix: Fixed security ID cards being blue -- for real this time. /🆑
This commit is contained in:
@@ -2,22 +2,22 @@
|
||||
|
||||
//(Most) of Security has inverted IDs, with custom blue-on-black icons. This is to distinguish them from their head, who has a white-on-blue icon
|
||||
/datum/id_trim/job/head_of_security
|
||||
subdepartment_color = COLOR_ASSEMBLY_BLACK
|
||||
subdepartment_color = COLOR_SECURITY_RED
|
||||
|
||||
/datum/id_trim/job/warden
|
||||
trim_icon = 'modular_skyrat/master_files/icons/obj/card.dmi'
|
||||
department_color = COLOR_ASSEMBLY_BLACK
|
||||
subdepartment_color = COLOR_ASSEMBLY_BLACK
|
||||
department_color = COLOR_SECURITY_RED
|
||||
subdepartment_color = COLOR_SECURITY_RED
|
||||
|
||||
/datum/id_trim/job/security_officer
|
||||
trim_icon = 'modular_skyrat/master_files/icons/obj/card.dmi'
|
||||
department_color = COLOR_ASSEMBLY_BLACK
|
||||
subdepartment_color = COLOR_ASSEMBLY_BLACK
|
||||
department_color = COLOR_SECURITY_RED
|
||||
subdepartment_color = COLOR_SECURITY_RED
|
||||
|
||||
/datum/id_trim/job/detective
|
||||
trim_icon = 'modular_skyrat/master_files/icons/obj/card.dmi'
|
||||
department_color = COLOR_ASSEMBLY_BLACK
|
||||
subdepartment_color = COLOR_ASSEMBLY_BLACK
|
||||
department_color = COLOR_SECURITY_RED
|
||||
subdepartment_color = COLOR_SECURITY_RED
|
||||
|
||||
|
||||
/datum/id_trim/job/chief_engineer/New()
|
||||
@@ -82,8 +82,8 @@
|
||||
assignment = "Corrections Officer"
|
||||
trim_icon = 'modular_skyrat/master_files/icons/obj/card.dmi'
|
||||
trim_state = "trim_corrections_officer"
|
||||
department_color = COLOR_ASSEMBLY_BLACK
|
||||
subdepartment_color = COLOR_ASSEMBLY_BLACK
|
||||
department_color = COLOR_SECURITY_RED
|
||||
subdepartment_color = COLOR_SECURITY_RED
|
||||
sechud_icon_state = SECHUD_CORRECTIONS_OFFICER
|
||||
extra_access = list()
|
||||
minimal_access = list(
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 6.0 KiB |
@@ -40,8 +40,8 @@
|
||||
assignment = "Security Medic"
|
||||
trim_icon = 'modular_skyrat/master_files/icons/obj/card.dmi'
|
||||
trim_state = "trim_securitymedic"
|
||||
department_color = COLOR_ASSEMBLY_BLACK
|
||||
subdepartment_color = COLOR_ASSEMBLY_BLACK
|
||||
department_color = COLOR_SECURITY_RED
|
||||
subdepartment_color = COLOR_SECURITY_RED
|
||||
sechud_icon_state = SECHUD_SYNDICATE_INTERDYNE
|
||||
extra_access = list(ACCESS_DETECTIVE)
|
||||
minimal_access = list(
|
||||
|
||||
Reference in New Issue
Block a user