diff --git a/code/game/machinery/vendors/wardrobe_vendors.dm b/code/game/machinery/vendors/wardrobe_vendors.dm index 98639606cd7..f08954c08c5 100644 --- a/code/game/machinery/vendors/wardrobe_vendors.dm +++ b/code/game/machinery/vendors/wardrobe_vendors.dm @@ -141,9 +141,11 @@ /obj/item/clothing/head/surgery/green = 3, /obj/item/clothing/head/surgery/purple = 3, /obj/item/clothing/head/nursehat = 3, + /obj/item/clothing/head/headmirror = 3, /obj/item/clothing/suit/hooded/wintercoat/medical = 3, /obj/item/clothing/suit/storage/fr_jacket = 3, /obj/item/clothing/suit/storage/labcoat = 3, + /obj/item/clothing/suit/apron/surgical = 3, /obj/item/clothing/accessory/armband/med = 3, /obj/item/clothing/accessory/armband/medgreen = 3, /obj/item/clothing/shoes/laceup = 3, @@ -166,9 +168,11 @@ /obj/item/clothing/head/surgery/green = 20, /obj/item/clothing/head/surgery/purple = 20, /obj/item/clothing/head/nursehat = 20, + /obj/item/clothing/head/headmirror = 20, /obj/item/clothing/suit/hooded/wintercoat/medical = 75, /obj/item/clothing/suit/storage/fr_jacket = 75, /obj/item/clothing/suit/storage/labcoat = 75, + /obj/item/clothing/suit/apron/surgical = 75, /obj/item/clothing/accessory/armband/med = 20, /obj/item/clothing/accessory/armband/medgreen = 20, /obj/item/clothing/shoes/laceup = 30,