Makes Cytology Vendor sell the correct type of bio suits. (#86122)

## About The Pull Request
Makes the Cytology Vendor sell science bio suits instead of
normal/medical bio suits and the correct type of lab coats.
## Why It's Good For The Game
A science vending machine should sell science bio suits instead of blue,
medical bio suits.
## Changelog
🆑
fix: Makes the Cytology Vendor sell science bio suits instead of medical
bio suits.
fix: Makes the Cytology Vendor sell science lab coats instead of normal
lab coats.
/🆑

---------

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
Archie
2024-09-04 10:51:09 +00:00
committed by GitHub
co-authored by Ghom
parent d2ab513332
commit d9951f2bf7
+3 -3
View File
@@ -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,