From 9e702c2edef664b32da84fc588f102de97f1c4c6 Mon Sep 17 00:00:00 2001 From: The0bserver Date: Thu, 1 Oct 2020 06:49:54 -0400 Subject: [PATCH] No more self sufficiency. --- code/modules/plumbing/plumbers/autohydro.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/plumbing/plumbers/autohydro.dm b/code/modules/plumbing/plumbers/autohydro.dm index 37590bb4f3..dfcc00f71e 100644 --- a/code/modules/plumbing/plumbers/autohydro.dm +++ b/code/modules/plumbing/plumbers/autohydro.dm @@ -3,7 +3,6 @@ desc = "The bane of botanists everywhere. Accepts chemical reagents via plumbing, automatically harvests and removes dead plants." obj_flags = CAN_BE_HIT | UNIQUE_RENAME circuit = /obj/item/circuitboard/machine/hydroponics/automagic - self_sufficiency_req = 400 //automating hydroponics makes gaia sad so she needs more drugs to turn they tray godly. /obj/machinery/hydroponics/constructable/automagic/attackby(obj/item/O, mob/user, params)