diff --git a/code/modules/client/preference_setup/loadout/loadout_suit_vr.dm b/code/modules/client/preference_setup/loadout/loadout_suit_vr.dm index 5066579386..d4cd36fbc5 100644 --- a/code/modules/client/preference_setup/loadout/loadout_suit_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_suit_vr.dm @@ -60,4 +60,10 @@ //imo-superior 'martian' style jacket with the star-of-life design /datum/gear/suit/roles/medical/ems_jacket/alt display_name = "first responder jacket, alt." - path = /obj/item/clothing/suit/storage/toggle/fr_jacket/ems \ No newline at end of file + path = /obj/item/clothing/suit/storage/toggle/fr_jacket/ems + +//paramedic vest +/datum/gear/suit/roles/medical/paramedic_vest + display_name = "paramedic vest" + path = /obj/item/clothing/suit/storage/toggle/paramedic + allowed_roles = list("Chief Medical Officer","Paramedic","Medical Doctor") \ No newline at end of file