mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Corrects a formula in a comment (#51518)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user