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

Handcuffs

Stuff that makes humans unable to use hands

Clicking people with those will cause an attempt at handcuffing them to occur

Vars

cuffsoundSound that plays when starting to put handcuffs on someone
cuffsuccesssoundSound that plays when restrain is successful
handcuff_timeHow long it takes to handcuff someone
restraint_strengthHow strong the cuffs are. Weak cuffs can be broken with wirecutters or boxcutters.
usedIs this pair of cuff being actually used?

Procs

apply_cuffsWhen called, this instantly puts handcuffs on someone (if actually possible)
attempt_to_cuffHandles all of the checks and application in a typical situation where someone attacks a carbon victim with the handcuff item.
get_handcuff_timeReturn the amount of time the user would spend cuffing someone or something

Var Details

cuffsound

Sound that plays when starting to put handcuffs on someone

cuffsuccesssound

Sound that plays when restrain is successful

handcuff_time

How long it takes to handcuff someone

restraint_strength

How strong the cuffs are. Weak cuffs can be broken with wirecutters or boxcutters.

used

Is this pair of cuff being actually used?

Proc Details

apply_cuffs

When called, this instantly puts handcuffs on someone (if actually possible)

Arguments:

attempt_to_cuff

Handles all of the checks and application in a typical situation where someone attacks a carbon victim with the handcuff item.

get_handcuff_time

Return the amount of time the user would spend cuffing someone or something