Update hydroponics.dm

This commit is contained in:
ma44
2016-07-22 19:47:48 -05:00
committed by GitHub
parent c155b71978
commit 417a103a80
+1 -1
View File
@@ -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))