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

itembound

When a movable has this component AND they are in the contents of a container, they will no longer be able to use their hands and be immobilized until they are removed from the container. So far, this is only useful for smites.

Vars

containerrefWeak reference to the container that the movable is inside of.
move_trackerDetect any movement of the container

Procs

verify_containmentEnsure that when we move, we still are in the container. If not in the container, remove all the traits.

Var Details

containerref

Weak reference to the container that the movable is inside of.

move_tracker

Detect any movement of the container

Proc Details

verify_containment

Ensure that when we move, we still are in the container. If not in the container, remove all the traits.