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

item_as_prosthetic_limb

This makes an arbitrary item into a "prosthetic limb"

Vars

drop_probProb of losing the arm on attack
item_limbThe item that is the prosthetic limb

Procs

clear_compWhen the bodypart is removed, we will drop the item on the ground, and then delete the the real limb.
limb_movedIf the item is removed from our hands somehow, the real limb has to go
pop_limbAttacking with the fake limb (the item) can cause it to fall off, which in turn will result in the real limb being deleted.
qdel_limbIf the fake limb (the item) is deleted, the real limb goes with it.

Var Details

drop_prob

Prob of losing the arm on attack

item_limb

The item that is the prosthetic limb

Proc Details

clear_comp

When the bodypart is removed, we will drop the item on the ground, and then delete the the real limb.

limb_moved

If the item is removed from our hands somehow, the real limb has to go

pop_limb

Attacking with the fake limb (the item) can cause it to fall off, which in turn will result in the real limb being deleted.

qdel_limb

If the fake limb (the item) is deleted, the real limb goes with it.