Corrects a formula in a comment (#51518)

This commit is contained in:
ATH1909
2020-06-09 20:47:36 -04:00
committed by GitHub
parent c52d4ef484
commit 14cbe4d2ae
+1 -1
View File
@@ -49,7 +49,7 @@
var/list/reagents_add
// Format: "reagent_id" = potency multiplier
// Stronger reagents must always come first to avoid being displaced by weaker ones.
// Total amount of any reagent in plant is calculated by formula: 1 + round(potency * multiplier)
// Total amount of any reagent in plant is calculated by formula: max(round(potency * multiplier), 1)
///If the chance below passes, then this many weeds sprout during growth
var/weed_rate = 1
///Percentage chance per tray update to grow weeds