self-grasp 
        
    
            
        
an abstract item representing you holding your own limb to staunch the bleeding, see [/mob/living/carbon/proc/grabbedby] will probably need to find somewhere else to put this.
| Vars | |
| grasped_part | The bodypart we're staunching bleeding on, which also has a reference to us in /obj/item/bodypart/var/grasped_by | 
|---|---|
| user | The carbon who owns all of this mess | 
| Procs | |
| grasp_limb | We've already cleared that the bodypart in question is bleeding in [the place we create this][/mob/living/carbon/proc/grabbedby], so set up the connections | 
| qdel_void | The limb or the whole damn person we were grasping got deleted or dismembered, so we don't care anymore | 
Var Details
grasped_part
            
        
    
            
        
        The bodypart we're staunching bleeding on, which also has a reference to us in /obj/item/bodypart/var/grasped_by
user
            
        
    
            
        
        The carbon who owns all of this mess
Proc Details
grasp_limb
We've already cleared that the bodypart in question is bleeding in [the place we create this][/mob/living/carbon/proc/grabbedby], so set up the connections
qdel_void
The limb or the whole damn person we were grasping got deleted or dismembered, so we don't care anymore