diff --git a/code/modules/vending/cytopro.dm b/code/modules/vending/cytopro.dm index 77fdf8b895c..ce351be7769 100644 --- a/code/modules/vending/cytopro.dm +++ b/code/modules/vending/cytopro.dm @@ -15,9 +15,9 @@ /obj/item/storage/box/monkeycubes = 3, /obj/item/biopsy_tool = 3, /obj/item/clothing/under/rank/rnd/scientist = 5, - /obj/item/clothing/suit/toggle/labcoat = 5, - /obj/item/clothing/suit/bio_suit = 3, - /obj/item/clothing/head/bio_hood = 3, + /obj/item/clothing/suit/toggle/labcoat/science = 5, + /obj/item/clothing/suit/bio_suit/scientist = 3, + /obj/item/clothing/head/bio_hood/scientist = 3, /obj/item/reagent_containers/dropper = 5, /obj/item/reagent_containers/syringe = 5, /obj/item/petri_dish/random = 6,