From 6673779ca26f8a66665d37b401dfcf831bd0d9f2 Mon Sep 17 00:00:00 2001 From: The0bserver Date: Tue, 1 Sep 2020 06:46:31 -0400 Subject: [PATCH] Hi. Someone needs to fix up circuits. Not me tho. --- code/modules/integrated_electronics/subtypes/reagents.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/integrated_electronics/subtypes/reagents.dm b/code/modules/integrated_electronics/subtypes/reagents.dm index 69dc9dcefd..f69fa08aaf 100644 --- a/code/modules/integrated_electronics/subtypes/reagents.dm +++ b/code/modules/integrated_electronics/subtypes/reagents.dm @@ -238,7 +238,7 @@ if(!source.reagents) return - if(!target.reagents) + //if(!target.reagents) // Hydroponics trays have no reagents holder and handle reagents in their own snowflakey way. // This is a dirty hack to make injecting reagents into them work. //Someone should redo this. Trays should hold reagents now.