/tg/ Station 13 - Modules - TypesProc Details

dextrous

Sets up the attachee to have hands and manages things like dropping items on death and displaying them on examine Actual hand performance is managed by code on /living/ and not encapsulated here, we just enable it

Procs

on_deathDrop our shit when we die
on_examinedTell people what we are holding
on_hand_clickedTry picking up items
set_available_handsSet up how many hands we should have

Proc Details

on_death

Drop our shit when we die

on_examined

Tell people what we are holding

on_hand_clicked

Try picking up items

set_available_hands

Set up how many hands we should have