Merge pull request #13325 from BonniePandora/SAR&Paramedic-coats

Opens up Field Medic's & Paramedic's winter coats to one another
This commit is contained in:
Casey
2022-07-15 18:31:00 -04:00
committed by GitHub
@@ -398,7 +398,7 @@
/datum/gear/suit/wintercoat/medical/para
display_name = "winter coat, paramedic"
path = /obj/item/clothing/suit/storage/hooded/wintercoat/medical/para
allowed_roles = list("Medical Doctor","Chief Medical Officer","Paramedic")
allowed_roles = list("Medical Doctor","Chief Medical Officer","Paramedic","Field Medic")
/datum/gear/suit/wintercoat/medical/chemist
display_name = "winter coat, chemist"
@@ -413,7 +413,7 @@
/datum/gear/suit/wintercoat/medical/sar
display_name = "winter coat, search and rescue"
path = /obj/item/clothing/suit/storage/hooded/wintercoat/medical/sar
allowed_roles = list("Chief Medical Officer", "Field Medic")
allowed_roles = list("Chief Medical Officer","Paramedic","Field Medic")
/datum/gear/suit/wintercoat/science
display_name = "winter coat, science"
@@ -661,4 +661,4 @@
"Pink kimono" = /obj/item/clothing/suit/kimono/pink,
"Earth kimono" = /obj/item/clothing/suit/kimono/earth
)
gear_tweaks += new/datum/gear_tweak/path(kimonos)
gear_tweaks += new/datum/gear_tweak/path(kimonos)