diff --git a/code/modules/mob/living/carbon/human/human_helpers.dm b/code/modules/mob/living/carbon/human/human_helpers.dm index 0542bb755a4..bfb1b36d5fc 100644 --- a/code/modules/mob/living/carbon/human/human_helpers.dm +++ b/code/modules/mob/living/carbon/human/human_helpers.dm @@ -8,9 +8,9 @@ /mob/living/carbon/human/canBeHandcuffed() if(get_num_arms() >= 2) - return 1 + return TRUE else - return 0 + return FALSE //gets assignment from ID or ID inside PDA or PDA itself //Useful when player do something with computers