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