From b589312b6715f9c0bc597f5877bd4207cd52c04b Mon Sep 17 00:00:00 2001 From: Mako Date: Sun, 7 Nov 2021 15:45:07 -0800 Subject: [PATCH 1/2] Adds hawaiian shirt to the vending machine --- code/modules/vending/clothesmate.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/vending/clothesmate.dm b/code/modules/vending/clothesmate.dm index 03b195a0c1af..994c5da2abdd 100644 --- a/code/modules/vending/clothesmate.dm +++ b/code/modules/vending/clothesmate.dm @@ -100,6 +100,7 @@ /obj/item/clothing/under/blacktango = 1, /obj/item/clothing/suit/ianshirt = 1, /obj/item/clothing/suit/nerdshirt = 1, + /obj/item/clothing/under/yogs/tourist = 3, /obj/item/clothing/shoes/laceup = 2, /obj/item/clothing/shoes/sandal = 2, /obj/item/clothing/shoes/cowboy = 2, From a13aca9170038a64f8e126e635d7e4f6150c634f Mon Sep 17 00:00:00 2001 From: Jamie D <993128+JamieD1@users.noreply.github.com> Date: Sun, 14 Nov 2021 18:10:33 +0000 Subject: [PATCH 2/2] Update code/modules/vending/clothesmate.dm --- code/modules/vending/clothesmate.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vending/clothesmate.dm b/code/modules/vending/clothesmate.dm index 994c5da2abdd..7ca985fb1f4c 100644 --- a/code/modules/vending/clothesmate.dm +++ b/code/modules/vending/clothesmate.dm @@ -100,7 +100,7 @@ /obj/item/clothing/under/blacktango = 1, /obj/item/clothing/suit/ianshirt = 1, /obj/item/clothing/suit/nerdshirt = 1, - /obj/item/clothing/under/yogs/tourist = 3, + /obj/item/clothing/under/yogs/tourist = 3, /obj/item/clothing/shoes/laceup = 2, /obj/item/clothing/shoes/sandal = 2, /obj/item/clothing/shoes/cowboy = 2,