Add Nurse Stuff to Loadout, fixes.

This commit is contained in:
Winter Flare
2020-01-31 22:36:25 -05:00
parent 599185654f
commit 12c0e475d8
@@ -1,9 +1,23 @@
/datum/gear/stethoscope
/datum/gear/medicbriefcase
name = "Medical Briefcase"
category = SLOT_HANDS
path = /obj/item/storage/briefcase/medical
restricted_roles = list("Medical Doctor", "Chief Medical Officer")
/datum/gear/nursehat
name = "Nurse Hat"
category = SLOT_HANDS
path = /obj/item/clothing/head/nursehat
restricted_roles = list("Medical Doctor", "Chief Medical Officer", "Geneticist", "Chemist", "Virologist")
restricted_desc = "Medical"
/datum/gear/nursesuit
name = "Nurse Suit"
category = SLOT_HEAD
path = /obj/item/clothing/under/rank/nursesuit
restricted_roles = list("Medical Doctor", "Chief Medical Officer", "Geneticist", "Chemist", "Virologist")
restricted_desc = "Medical"
/datum/gear/stethoscope
name = "Stethoscope"
category = SLOT_NECK