handcuffs 
Vars | |
__typeinfo_path | |
---|---|
cuffsound | Sound that plays when starting to put handcuffs on someone |
handcuff_time | Time it takes to apply handcuffs. |
trashtype | If set, handcuffs will be destroyed on application and leave behind whatever this is set to. |
Procs | |
apply_cuffs | This handles handcuffing people |
Var Details
__typeinfo_path 
Handcuffs
Stuff that makes humans unable to use hands
Clicking people with those will cause an attempt at handcuffing them to occur
cuffsound 
Sound that plays when starting to put handcuffs on someone
handcuff_time 
Time it takes to apply handcuffs.
trashtype 
If set, handcuffs will be destroyed on application and leave behind whatever this is set to.
Proc Details
apply_cuffs
This handles handcuffing people
When called, this instantly puts handcuffs on someone (if possible) Arguments:
- mob/living/carbon/target - Who is being handcuffed
- mob/user - Who or what is doing the handcuffing
- dispense - True if the cuffing should create a new item instead of using putting src on the mob, false otherwise. False by default.