Merge pull request #8114 from mwerezak/hydrofix

Fixes randomized seed nutrient_consumption
This commit is contained in:
Zuhayr
2015-02-12 18:48:11 +10:30
+1 -1
View File
@@ -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