mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
27 lines
960 B
Plaintext
27 lines
960 B
Plaintext
/datum/gear/suit/roles/poncho/cloak/blueshield
|
|
display_name = "cloak, blueshield"
|
|
path = /obj/item/clothing/accessory/poncho/roles/cloak/blueshield
|
|
allowed_roles = list(JOB_BLUESHIELD_GUARD)
|
|
show_roles = FALSE
|
|
|
|
/datum/gear/suit/victailcoat
|
|
display_name = "Victorian tailcoat"
|
|
path = /obj/item/clothing/suit/storage/tailcoat
|
|
|
|
/datum/gear/suit/victdress
|
|
display_name = "Victorian ladiescoat, Black"
|
|
path = /obj/item/clothing/suit/storage/victcoat
|
|
|
|
/datum/gear/suit/victdress/red
|
|
display_name = "Victorian ladiescoat, Red"
|
|
path = /obj/item/clothing/suit/storage/victcoat/red
|
|
|
|
/datum/gear/suit/roles/medical/ems_jacket
|
|
display_name = "first responder jacket"
|
|
path = /obj/item/clothing/suit/storage/toggle/fr_jacket
|
|
allowed_roles = list(JOB_CHIEF_MEDICAL_OFFICER,JOB_PARAMEDIC,JOB_MEDICAL_DOCTOR)
|
|
|
|
/datum/gear/suit/roles/medical/ems_jacket/alt
|
|
display_name = "first responder jacket, alt."
|
|
path = /obj/item/clothing/suit/storage/toggle/fr_jacket/ems
|