From 9543ab6b1c81dcf49b0def5fcdd361debedff668 Mon Sep 17 00:00:00 2001 From: Firecage Date: Wed, 13 Nov 2019 13:03:56 +0200 Subject: [PATCH] =?UTF-8?q?Plants=20in=20Gaia'ed=20hydro=20trays=20are=20n?= =?UTF-8?q?o=20longer=20taken=20over=20by=20weed=E2=80=A6=20(#47722)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/modules/hydroponics/hydroponics.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/hydroponics/hydroponics.dm b/code/modules/hydroponics/hydroponics.dm index 16b4021547c..d435a9a7d3f 100644 --- a/code/modules/hydroponics/hydroponics.dm +++ b/code/modules/hydroponics/hydroponics.dm @@ -227,7 +227,7 @@ adjustWeeds(1 / rating) // Weeeeeeeeeeeeeeedddssss - if(weedlevel >= 10 && prob(50)) // At this point the plant is kind of fucked. Weeds can overtake the plant spot. + if(weedlevel >= 10 && prob(50) && !self_sustaining) // At this point the plant is kind of fucked. Weeds can overtake the plant spot. if(myseed) if(!myseed.get_gene(/datum/plant_gene/trait/plant_type/weed_hardy) && !myseed.get_gene(/datum/plant_gene/trait/plant_type/fungal_metabolism)) // If a normal plant weedinvasion()