/datum/action/cooldown/spell/apply_mutations
        
    
            
        
A spell type that adds mutations to the caster temporarily.
| Vars | |
| mutation_duration | The duration the mutations will last afetr cast (keep this above the minimum cooldown) | 
|---|---|
| mutations_to_add | A list of all mutations we add on cast | 
| Procs | |
| remove_mutations | Removes the mutations we added from casting our spell | 
Var Details
mutation_duration
            
        
    
            
        
        The duration the mutations will last afetr cast (keep this above the minimum cooldown)
mutations_to_add
            
        
    
            
        
        A list of all mutations we add on cast
Proc Details
remove_mutations
Removes the mutations we added from casting our spell