From 3603a37e6b9249f1a67f9319ed0db8a6ee3c87dd Mon Sep 17 00:00:00 2001 From: Lohikar Date: Fri, 5 May 2017 02:14:55 -0500 Subject: [PATCH] Minor Megavend Grammar Fixes (#2172) Fixes a minor grammar issue with the megavend. --- code/game/machinery/megavend.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/machinery/megavend.dm b/code/game/machinery/megavend.dm index 688d1af7119..d7ac8d9626f 100644 --- a/code/game/machinery/megavend.dm +++ b/code/game/machinery/megavend.dm @@ -166,7 +166,7 @@ if(!occupant) return - ping("The [src] disgorges its contents with a ping.") + ping("[src] disgorges its contents with a ping.") icon_state = base_icon_state //Eject any items that aren't meant to be in the pod. @@ -205,7 +205,7 @@ src.speak("Analyzing...") sleep(40) src.speak("Record match. Name: [H.real_name]. Current occupation: [H.job].") - src.visible_message("The [src] rumbles to life, and begins to whir loudly.") + src.visible_message("[src] rumbles to life, and begins to whir loudly.") playsound(src.loc, 'sound/items/poster_being_created.ogg', 50, 1) var/obj/item/weapon/storage/box/gearbox = new(src)