mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +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)
|
||||
|
||||
|
||||
@@ -115,7 +115,7 @@
|
||||
return
|
||||
var/obj/item/card/id/I = H.wear_id
|
||||
if(istype(I))
|
||||
apply_to_card(I, H, get_centcom_access(name), name, "lifetimeid")
|
||||
apply_to_card(I, H, get_centcom_access(name), name, "tsf")
|
||||
H.sec_hud_set_ID()
|
||||
|
||||
/datum/outfit/job/ntspecops/solgovspecops/on_mind_initialize(mob/living/carbon/human/H)
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 7.5 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 21 KiB |
Reference in New Issue
Block a user