mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user