From 760803fe39e719c60907f9e5e292582fac39c5cb Mon Sep 17 00:00:00 2001 From: KorPhaeron Date: Wed, 1 Jun 2016 12:23:50 -0500 Subject: [PATCH] Changes return 0 to return FALSE --- code/modules/mob/living/carbon/human/human_helpers.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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