/datum/component/bloodysoles
        
    
            
        
| Vars | |
| bloody_shoes | How much of each grubby type we have on our feet | 
|---|---|
| equipped_slot | The ITEM_SLOT_* slot the item is equipped on, if it is. | 
| last_blood_state | The type of the last grub pool we stepped in, used to decide the type of footprints to make | 
| last_pickup | The world.time when we last picked up blood | 
| parent_atom | The parent item but casted into atom type for easier use. | 
| wielder | Either the mob carrying the item, or the mob itself for the /feet component subtype | 
| Procs | |
| on_step_blood | prints merged prints merged | 
Var Details
bloody_shoes
            
        
    
            
        
        How much of each grubby type we have on our feet
equipped_slot
            
        
    
            
        
        The ITEM_SLOT_* slot the item is equipped on, if it is.
last_blood_state
            
        
    
            
        
        The type of the last grub pool we stepped in, used to decide the type of footprints to make
last_pickup
            
        
    
            
        
        The world.time when we last picked up blood
parent_atom
            
        
    
            
        
        The parent item but casted into atom type for easier use.
wielder
            
        
    
            
        
        Either the mob carrying the item, or the mob itself for the /feet component subtype
Proc Details
on_step_blood
prints merged prints merged