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

arm

Parent Type for arms, should not appear in game.

Vars

appendage_nounThe noun to use when referring to this arm's appendage, e.g. "hand" or "paw"
grappled_attack_verbThe classic punch, wonderfully classic and completely random
held_hand_offsetDatum describing how to offset things held in the hands of this arm, the x offset IS functional here
worn_glove_offsetDatum describing how to offset things worn on the hands of this arm, note that an x offset won't do anything here

Procs

apply_ownershipWe need to add hand hud items and appearance, so do that here
clear_ownershipWe need to clear out hand hud items and appearance, so do that here
try_attach_limbTransfer existing hair properties to the new human.

Var Details

appendage_noun

The noun to use when referring to this arm's appendage, e.g. "hand" or "paw"

grappled_attack_verb

The classic punch, wonderfully classic and completely random

held_hand_offset

Datum describing how to offset things held in the hands of this arm, the x offset IS functional here

worn_glove_offset

Datum describing how to offset things worn on the hands of this arm, note that an x offset won't do anything here

Proc Details

apply_ownership

We need to add hand hud items and appearance, so do that here

clear_ownership

We need to clear out hand hud items and appearance, so do that here

try_attach_limb

Transfer existing hair properties to the new human.