diff --git a/code/modules/hydroponics/seeds.dm b/code/modules/hydroponics/seeds.dm index cb4d6eead87..0e82618d2bc 100644 --- a/code/modules/hydroponics/seeds.dm +++ b/code/modules/hydroponics/seeds.dm @@ -49,7 +49,7 @@ var/list/reagents_add // Format: "reagent_id" = potency multiplier // Stronger reagents must always come first to avoid being displaced by weaker ones. - // Total amount of any reagent in plant is calculated by formula: 1 + round(potency * multiplier) + // Total amount of any reagent in plant is calculated by formula: max(round(potency * multiplier), 1) ///If the chance below passes, then this many weeds sprout during growth var/weed_rate = 1 ///Percentage chance per tray update to grow weeds