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