mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user