diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml index b0b725e8c32e..31ceb59156dc 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml @@ -142,6 +142,7 @@ ClothingUniformBrownSuitSkirt: 2 ClothingShoesLeather: 2 ClothingShoesBootsLaceup: 2 + ClothingShoesBootsSurplus: 3 # End DeltaV additions contrabandInventory: ClothingMaskNeckGaiter: 2 diff --git a/Resources/Prototypes/_DV/Entities/Clothing/Shoes/boots.yml b/Resources/Prototypes/_DV/Entities/Clothing/Shoes/boots.yml index d961e3b5522b..36d9d6212d12 100644 --- a/Resources/Prototypes/_DV/Entities/Clothing/Shoes/boots.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Shoes/boots.yml @@ -20,3 +20,14 @@ sprite: _DV/Clothing/Shoes/Boots/fishing_boots.rsi - type: Clothing sprite: _DV/Clothing/Shoes/Boots/fishing_boots.rsi + +- type: entity + parent: [ClothingShoesBaseButcherable] + id: ClothingShoesBootsSurplus + name: surplus boots + description: An old pair of boots. Not so useful for combat, but still plenty stylish. + components: + - type: Sprite + sprite: Clothing/Shoes/Boots/jackboots.rsi + - type: Clothing + sprite: Clothing/Shoes/Boots/jackboots.rsi