From b095a3458c8b89b7eeff53fb969c7852046ef180 Mon Sep 17 00:00:00 2001 From: phil235 Date: Sat, 5 Apr 2014 18:02:40 +0200 Subject: [PATCH] one missing period. derp --- code/modules/hydroponics/biogenerator.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/hydroponics/biogenerator.dm b/code/modules/hydroponics/biogenerator.dm index 87f6f22d03d..b6730a62995 100644 --- a/code/modules/hydroponics/biogenerator.dm +++ b/code/modules/hydroponics/biogenerator.dm @@ -57,7 +57,7 @@ user.unEquip(O) O.loc = src beaker = O - user << "You add the container to the machine" + user << "You add the container to the machine." updateUsrDialog() else if(processing) user << "The biogenerator is currently processing."