From b547cc9bfb68509e3b762a3156b4bb9989f0c898 Mon Sep 17 00:00:00 2001 From: gy1ta23 <44277885+gy1ta23@users.noreply.github.com> Date: Thu, 7 Feb 2019 15:00:55 -0500 Subject: [PATCH] Fixes immersion ruining clothesmate line (#42684) * Update clothesmate.dm * Update code/modules/vending/clothesmate.dm Co-Authored-By: gy1ta23 <44277885+gy1ta23@users.noreply.github.com> --- 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 47850e30d95..dbd5dfb72d0 100644 --- a/code/modules/vending/clothesmate.dm +++ b/code/modules/vending/clothesmate.dm @@ -4,7 +4,7 @@ desc = "A vending machine for clothing." icon_state = "clothes" icon_deny = "clothes-deny" - product_slogans = "Dress for success!;Prepare to look swagalicious!;Look at all this free swag!;Why leave style up to fate? Use the ClothesMate!" + product_slogans = "Dress for success!;Prepare to look swagalicious!;Look at all this swag!;Why leave style up to fate? Use the ClothesMate!" vend_reply = "Thank you for using the ClothesMate!" products = list(/obj/item/clothing/head/beanie = 3, /obj/item/clothing/head/beanie/black = 3,