diff --git a/Resources/Locale/en-US/advertisements/vending/clothesmate.ftl b/Resources/Locale/en-US/advertisements/vending/clothesmate.ftl index f934f21f53..ccd745c937 100644 --- a/Resources/Locale/en-US/advertisements/vending/clothesmate.ftl +++ b/Resources/Locale/en-US/advertisements/vending/clothesmate.ftl @@ -2,3 +2,4 @@ advertisement-clothes-2 = Prepare to look swagalicious! advertisement-clothes-3 = Look at all this swag! advertisement-clothes-4 = Why leave style up to fate? Use the ClothesMate! +advertisement-clothes-5 = Now with added neck warmers! \ No newline at end of file diff --git a/Resources/Prototypes/Catalog/VendingMachines/Advertisements/clothesmate.yml b/Resources/Prototypes/Catalog/VendingMachines/Advertisements/clothesmate.yml index a7fc0278fd..0eba7001dc 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Advertisements/clothesmate.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Advertisements/clothesmate.yml @@ -5,3 +5,4 @@ - advertisement-clothes-2 - advertisement-clothes-3 - advertisement-clothes-4 + - advertisement-clothes-5 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml index aec11a87ee..eea46cadcc 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml @@ -55,3 +55,6 @@ ClothingOuterWinterCoat: 3 ClothingHeadFishCap: 2 ClothingHeadRastaHat: 2 + ClothingNeckScarfStripedRed: 3 + ClothingNeckScarfStripedBlue: 3 + ClothingNeckScarfStripedGreen: 3 \ No newline at end of file