ID Card Resprite + Job Hud Resprite (#30936)

* cards and huds

* tsf ids

* fix contrast on pink, yellow, and paramedic IDs, new engineering icon

* test tube scientists
This commit is contained in:
Ahzpy
2025-11-17 18:33:12 +00:00
committed by GitHub
parent fa15e28b4a
commit b7a1dffb78
5 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -720,7 +720,7 @@
var/obj/item/card/id/I = H.wear_id
if(istype(I))
apply_to_card(I, H, get_all_centcom_access(), name, "lifetimeid")
apply_to_card(I, H, get_all_centcom_access(), name, "tsf")
I.assignment = "Trans-Solar Federation Representative"
H.sec_hud_set_ID()
@@ -774,9 +774,9 @@
var/obj/item/card/id/I = H.wear_id
I.assignment = name
if(istype(I) && is_solgov_lieutenant)
apply_to_card(I, H, get_centcom_access("Emergency Response Team Leader"), name, "lifetimeid")
apply_to_card(I, H, get_centcom_access("Emergency Response Team Leader"), name, "tsf")
else if(istype(I))
apply_to_card(I, H, get_centcom_access("Emergency Response Team Member"), name, "lifetimeid")
apply_to_card(I, H, get_centcom_access("Emergency Response Team Member"), name, "tsf")
H.sec_hud_set_ID()
/datum/outfit/admin/solgov/lieutenant
@@ -1611,7 +1611,7 @@
H.gloves.siemens_coefficient = 0 // black "insulated" gloves, since combat gloves look kinda shit
var/obj/item/card/id/I = H.wear_id
if(istype(I))
apply_to_card(I, H, list(ACCESS_MAINT_TUNNELS), "Solar Federation Infilitrator", "lifetimeid")
apply_to_card(I, H, list(ACCESS_MAINT_TUNNELS), "Solar Federation Infilitrator", "tsf")
H.DeleteComponent(/datum/component/footstep)