From 417a103a800f06346c03d7da01d216e9331ccfec Mon Sep 17 00:00:00 2001 From: ma44 Date: Fri, 22 Jul 2016 19:47:48 -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..1c54d3566ac 100644 --- a/code/modules/hydroponics/hydroponics.dm +++ b/code/modules/hydroponics/hydroponics.dm @@ -615,7 +615,7 @@ // Saltpetre is used for gardening IRL, to simplify highly, it speeds up growth and strengthens plants if(S.has_reagent("saltpetre", 1)) - adjustHealth(round(S.get_reagent_amount("saltpetre") * 0.25)) + adjustHealth(round(S.get_reagent_amount("saltpetre") * 0.10)) if(myseed) myseed.adjust_production(-round(S.get_reagent_amount("saltpetre") * 0.01)) myseed.adjust_potency(round(S.get_reagent_amount("saltpetre") * 0.04))