From a1757ee6964d9ffdf1bd790b9cc5bb26f247e853 Mon Sep 17 00:00:00 2001 From: Datraen Date: Thu, 5 Nov 2015 19:41:04 -0500 Subject: [PATCH] Removes acetone and hydrazine from the chem list. --- code/modules/hydroponics/seed.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/modules/hydroponics/seed.dm b/code/modules/hydroponics/seed.dm index 42c96086ab..b1d17a6a69 100644 --- a/code/modules/hydroponics/seed.dm +++ b/code/modules/hydroponics/seed.dm @@ -412,9 +412,7 @@ "slimejelly", "cyanide", "mindbreaker", - "stoxin", - "acetone", - "hydrazine" + "stoxin" ) for(var/x=1;x<=additional_chems;x++)