mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 03:59:59 +01:00
Update hydroponics.dm
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user