From 77efba7837907330fcff21a32cd7853740f6b553 Mon Sep 17 00:00:00 2001 From: ma44 Date: Sat, 23 Jul 2016 12:57:20 -0500 Subject: [PATCH] Update hydroponics.dm --- 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 57c73555f2e..e6c37ea39f4 100644 --- a/code/modules/hydroponics/hydroponics.dm +++ b/code/modules/hydroponics/hydroponics.dm @@ -618,7 +618,7 @@ adjustHealth(round(S.get_reagent_amount("saltpetre") * 0.25)) if(myseed) myseed.adjust_production(-round(S.get_reagent_amount("saltpetre") * 0.01)) - myseed.adjust_potency(round(S.get_reagent_amount("saltpetre") * 0.04)) + myseed.adjust_potency(round(S.get_reagent_amount("saltpetre") * 0.05)) // Ash is also used IRL in gardening, as a fertilizer enhancer and weed killer if(S.has_reagent("ash", 1))