/datum/element/life_draining
        
    
            
        
Slowly drains HP from a living mob.
| Vars | |
| check_damage_callback | The callback we will use to cancel damage, if any | 
|---|---|
| damage_overtime | How much damage to deal overtime. | 
| Procs | |
| on_mob_life | Handles removing HP from the mob, as long as they're not dead. | 
Var Details
check_damage_callback
            
        
    
            
        
        The callback we will use to cancel damage, if any
damage_overtime
            
        
    
            
        
        How much damage to deal overtime.
Proc Details
on_mob_life
Handles removing HP from the mob, as long as they're not dead.