From bb20f9e18a9ed6dc7fb32763b7f2b5c6ce8d6d46 Mon Sep 17 00:00:00 2001 From: anconfuzedrock Date: Fri, 10 Feb 2017 11:02:02 -0500 Subject: [PATCH] I think this fixes there not being a . in the description of the cig vendor but mostly i think this will work I hope (#23899) --- code/game/machinery/vending.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/vending.dm b/code/game/machinery/vending.dm index 61e2c4fbe2b..7cdae84c9dd 100644 --- a/code/game/machinery/vending.dm +++ b/code/game/machinery/vending.dm @@ -762,7 +762,7 @@ IF YOU MODIFY THE PRODUCTS LIST OF A MACHINE, MAKE SURE TO UPDATE ITS RESUPPLY C /obj/machinery/vending/cigarette name = "\improper ShadyCigs Deluxe" - desc = "If you want to get cancer, might as well do it in style" + desc = "If you want to get cancer, might as well do it in style." product_slogans = "Space cigs taste good like a cigarette should.;I'd rather toolbox than switch.;Smoke!;Don't believe the reports - smoke today!" product_ads = "Probably not bad for you!;Don't believe the scientists!;It's good for you!;Don't quit, buy more!;Smoke!;Nicotine heaven.;Best cigarettes since 2150.;Award-winning cigs." icon_state = "cigs"