diff --git a/Resources/Migrations/deltaMigrations.yml b/Resources/Migrations/deltaMigrations.yml index d4a7e300f1a..b6c578490b2 100644 --- a/Resources/Migrations/deltaMigrations.yml +++ b/Resources/Migrations/deltaMigrations.yml @@ -122,3 +122,6 @@ FoodMealSoftTaco: FoodTacoShell # 2024-08-18 BoxMagazinePistolSubMachineGunRubber: MagazineBoxPistolRubber + +# 2024-09-21 +VendingMachineAutomatrobe: null diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml b/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml index e37794c03dd..a194a791852 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml @@ -43,7 +43,7 @@ sprite: Objects/Specific/Service/vending_machine_restock.rsi state: base product: CrateVendingMachineRestockAutoDrobeFilled - cost: 2000 # DeltaV + cost: 2100 # DeltaV category: cargoproduct-category-name-service group: market diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml index 151c9b5f9d0..a4750e1059b 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml @@ -97,6 +97,9 @@ ClothingShoesBootsCowboyBrown: 1 ClothingShoesBootsCowboyBlack: 1 ClothingShoesBootsCowboyWhite: 1 + ClothingHeadTechPriest: 2 #Delta V: Added Techpriest Robe to Inventory + ClothingOuterRobeTechPriest: 2 + emaggedInventory: ClothingShoesBling: 1 ClothingShoesBootsCowboyFancy: 1 diff --git a/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Vending/Inventories/automatrobe.yml b/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Vending/Inventories/automatrobe.yml index 3fa44256cd7..e69de29bb2d 100644 --- a/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Vending/Inventories/automatrobe.yml +++ b/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Vending/Inventories/automatrobe.yml @@ -1,10 +0,0 @@ -- type: vendingMachineInventory - id: AutomatrobeInventory - startingInventory: - ClothingUniformJumpsuitColorBlack: 2 - ClothingUniformJumpskirtColorBlack: 2 - ClothingShoesColorBlack: 2 - ClothingHeadTechPriest: 2 - ClothingOuterRobeTechPriest: 2 - ClothingHeadsetScience: 2 - ClothingOuterWinterRobo: 2 diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Structures/Machines/vending_machines.yml b/Resources/Prototypes/Nyanotrasen/Entities/Structures/Machines/vending_machines.yml index 7b80180526e..77224fad3cc 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Structures/Machines/vending_machines.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Structures/Machines/vending_machines.yml @@ -92,11 +92,3 @@ - state: panel map: ["enum.WiresVisualLayers.MaintenancePanel"] -- type: entity - parent: VendingMachineRoboDrobe - id: VendingMachineAutomatrobe - name: Automatrobe - description: Automatically good. - components: - - type: VendingMachine - pack: AutomatrobeInventory