diff --git a/code/modules/hydroponics/seeds.dm b/code/modules/hydroponics/seeds.dm index c7de513e5dd..31567edb736 100644 --- a/code/modules/hydroponics/seeds.dm +++ b/code/modules/hydroponics/seeds.dm @@ -168,7 +168,7 @@ CRASH("[T] has no reagents.") for(var/rid in reagents_add) - var/amount = 1 + round(potency * reagents_add[rid], 1) + var/amount = max(round(potency * reagents_add[rid], 1), 1) var/list/data = null if(rid == "blood") // Hack to make blood in plants always O-