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))