mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-21 15:42:53 +00:00
Compiile fix.
This commit is contained in:
@@ -197,7 +197,7 @@
|
|||||||
// Other plants also mutate if enough mutagenic compounds have been added.
|
// Other plants also mutate if enough mutagenic compounds have been added.
|
||||||
if(!seed.immutable)
|
if(!seed.immutable)
|
||||||
if(prob(min(mutation_level,100)))
|
if(prob(min(mutation_level,100)))
|
||||||
mutate(random(100) < 25) ? 2 : 1)
|
mutate((rand(100) < 25) ? 2 : 1)
|
||||||
mutation_level = 0
|
mutation_level = 0
|
||||||
|
|
||||||
// Maintain tray nutrient and water levels.
|
// Maintain tray nutrient and water levels.
|
||||||
|
|||||||
Reference in New Issue
Block a user