/tg/ Station 13 - Modules - TypesVar Details - Proc Details

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_partThe bodypart we're staunching bleeding on, which also has a reference to us in /obj/item/bodypart/var/grasped_by
userThe carbon who owns all of this mess

Procs

grasp_limbWe've already cleared that the bodypart in question is bleeding in the place we create this, so set up the connections
qdel_voidThe 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, 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