From 80c7dba290600e8cfeade3338490bf8171c0e003 Mon Sep 17 00:00:00 2001 From: Nairod <110078045+Nairodian@users.noreply.github.com> Date: Sat, 22 Oct 2022 00:06:46 -0500 Subject: [PATCH] Vendor fill and advertisement (#12133) --- Resources/Locale/en-US/advertisements/vending/clothesmate.ftl | 1 + .../Catalog/VendingMachines/Advertisements/clothesmate.yml | 1 + .../Catalog/VendingMachines/Inventories/clothesmate.yml | 3 +++ 3 files changed, 5 insertions(+) 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