From f4756067e71fcc6dd43562c4ab9fd7bef0491eab Mon Sep 17 00:00:00 2001 From: evilexecutive Date: Sun, 16 Jul 2023 02:07:33 -0400 Subject: [PATCH] Adding Scrubs to the MediDrobe (#18067) * Add files via upload * Update medidrobe.yml Oh, there's an entire third scrubs color in the code --- .../VendingMachines/Inventories/medidrobe.yml | 43 ++++++++++--------- 1 file changed, 23 insertions(+), 20 deletions(-) diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml index 32ffeee30a..29772099d6 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml @@ -1,20 +1,23 @@ -- type: vendingMachineInventory - id: MediDrobeInventory - startingInventory: - ClothingBackpackDuffelMedical: 4 - ClothingBackpackMedical: 4 - ClothingBackpackSatchelMedical: 4 - ClothingUniformJumpsuitParamedic: 4 - ClothingUniformJumpskirtParamedic: 4 - ClothingHeadNurseHat: 4 - ClothingOuterCoatLab: 4 - ClothingShoesColorWhite: 4 - ClothingHandsGlovesLatex: 4 - ClothingHeadsetMedical: 4 - ClothingOuterWinterMed: 2 - ClothingOuterWinterPara: 2 - ClothingOuterCoatParamedicWB: 2 - ClothingHeadHatParamedicsoft: 2 - ClothingHeadHelmetVoidParamed: 1 - ClothingOuterHardsuitVoidParamed: 1 - ClothingOuterHospitalGown: 5 +- type: vendingMachineInventory + id: MediDrobeInventory + startingInventory: + ClothingBackpackDuffelMedical: 4 + ClothingBackpackMedical: 4 + ClothingBackpackSatchelMedical: 4 + ClothingUniformJumpsuitParamedic: 4 + ClothingUniformJumpskirtParamedic: 4 + ClothingHeadNurseHat: 4 + ClothingOuterCoatLab: 4 + ClothingShoesColorWhite: 4 + ClothingHandsGlovesLatex: 4 + ClothingHeadsetMedical: 4 + ClothingOuterWinterMed: 2 + ClothingOuterWinterPara: 2 + ClothingOuterCoatParamedicWB: 2 + ClothingHeadHatParamedicsoft: 2 + ClothingHeadHelmetVoidParamed: 1 + ClothingOuterHardsuitVoidParamed: 1 + ClothingOuterHospitalGown: 5 + UniformScrubsColorGreen: 4 + UniformScrubsColorBlue: 4 + UniformScrubsColorPurple: 4