mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-27 18:42:19 +00:00
Fixes randomized seed nutrient_consumption
Centers the range of possible values evenly between small amount and heavy supply.
This commit is contained in:
@@ -255,7 +255,7 @@ proc/populate_seed_list()
|
||||
|
||||
if(prob(90))
|
||||
requires_nutrients = 1
|
||||
nutrient_consumption = rand(100)*0.1
|
||||
nutrient_consumption = rand(25)/100
|
||||
else
|
||||
requires_nutrients = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user