Update hydroponics.dm

This commit is contained in:
ma44
2016-07-23 12:57:20 -05:00
committed by GitHub
parent 9762ed71fe
commit 77efba7837
+1 -1
View File
@@ -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))