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."