From 82269075bdce86cc2991df91c37831f0817f117c Mon Sep 17 00:00:00 2001 From: PotRoastPiggy <121025443+PotRoastPiggy@users.noreply.github.com> Date: Thu, 24 Apr 2025 04:12:48 +0200 Subject: [PATCH] Adds shorts/pants to ClothesMate vending machine (#35361) * Clothesmate shorts * matches price of vend to the new contents --- Resources/Prototypes/Catalog/Cargo/cargo_vending.yml | 2 +- .../Catalog/VendingMachines/Inventories/clothesmate.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml b/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml index 25c3936406..f1389c854d 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml @@ -32,7 +32,7 @@ sprite: Objects/Specific/Service/vending_machine_restock.rsi state: base product: CrateVendingMachineRestockClothesFilled - cost: 2440 + cost: 2480 category: cargoproduct-category-name-service group: market diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml index 8e0f09a287..8f6dd5ac15 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml @@ -7,6 +7,7 @@ ClothingBackpackSatchel: 3 ClothingBackpackSatchelLeather: 2 ClothingRandomSpawner: 8 + ClothingUniformRandomShorts: 4 ClothingHeadHatBeret: 4 ClothingHeadBandBlack: 2 ClothingHeadBandBlue: 2 -- 2.51.2