From 96cc1cbcec1eff7f1af22ba37b32756dedd8d3f1 Mon Sep 17 00:00:00 2001 From: JesusChristItsJasonBourne Date: Thu, 26 Sep 2019 11:43:23 +1000 Subject: [PATCH] removed extra comma --- code/modules/hydroponics/seed.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/hydroponics/seed.dm b/code/modules/hydroponics/seed.dm index 90e7ac6c04..b300208018 100644 --- a/code/modules/hydroponics/seed.dm +++ b/code/modules/hydroponics/seed.dm @@ -445,7 +445,7 @@ "microcillin", "normalcillin", "fakesynxchem", - "clownsynxchem", + "clownsynxchem" ) for(var/x=1;x<=additional_chems;x++)