mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Update loadout_suit_vr.dm
This commit is contained in:
@@ -50,3 +50,14 @@
|
|||||||
display_name = "sleek modern coat (long), detective"
|
display_name = "sleek modern coat (long), detective"
|
||||||
path = /obj/item/clothing/suit/storage/det_trench/alt2
|
path = /obj/item/clothing/suit/storage/det_trench/alt2
|
||||||
allowed_roles = list("Head of Security", "Detective")
|
allowed_roles = list("Head of Security", "Detective")
|
||||||
|
|
||||||
|
//Emergency Responder jackets for Parameds & EMTs, but also general Medical Staff
|
||||||
|
/datum/gear/suit/roles/medical/ems_jacket
|
||||||
|
display_name = "first responder jacket"
|
||||||
|
path = /obj/item/clothing/suit/storage/toggle/fr_jacket
|
||||||
|
allowed_roles = list("Chief Medical Officer","Paramedic","Medical Doctor")
|
||||||
|
|
||||||
|
//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
|
||||||
Reference in New Issue
Block a user