plant_mutation
![code/modules/hydroponics/plant_mutation.dm 1](git.png)
Vars | |
infusion_chance | Chance to mutation on infusion. |
---|---|
infusion_reagents | Reagents that need to be present to trigger an infusion. |
mutation_chance | Chance to mutate on trigger. |
plant_type | The type of seed to mutate into |
ranges | Stat ranges that must be fallen into. |
required_genes | Required genes. |
Procs | |
can_mutate | Check if this mutation can be applied to a given plant. |
Var Details
infusion_chance
![code/modules/hydroponics/plant_mutation.dm 8](git.png)
Chance to mutation on infusion.
infusion_reagents
![code/modules/hydroponics/plant_mutation.dm 24](git.png)
Reagents that need to be present to trigger an infusion.
mutation_chance
![code/modules/hydroponics/plant_mutation.dm 6](git.png)
Chance to mutate on trigger.
plant_type
![code/modules/hydroponics/plant_mutation.dm 3](git.png)
The type of seed to mutate into
ranges
![code/modules/hydroponics/plant_mutation.dm 11](git.png)
Stat ranges that must be fallen into.
required_genes
![code/modules/hydroponics/plant_mutation.dm 21](git.png)
Required genes.
Proc Details
can_mutate
Check if this mutation can be applied to a given plant.