plant_gene 
        
    
            
        
Plant gene datums - things that build and modify a plant or seed.
Vars | |
| icon | The font awesome icon name representing the gene in the seed extractor UI | 
|---|---|
| mutability_flags | Flags that determine if a gene can be modified. | 
| name | The name of the gene. | 
Procs | |
| Copy | Copies over vars and information about our current gene to a new gene and returns the new instance of gene. | 
Var Details
icon
            
        
    
            
        
        The font awesome icon name representing the gene in the seed extractor UI
mutability_flags
            
        
    
            
        
        Flags that determine if a gene can be modified.
name
            
        
    
            
        
        The name of the gene.
Proc Details
Copy
Copies over vars and information about our current gene to a new gene and returns the new instance of gene.