I got to test this in a sec...

This commit is contained in:
Aurorablade
2018-02-08 02:31:30 -05:00
parent 8c5beaaaff
commit 1f59e61bc9
4 changed files with 29 additions and 13 deletions
@@ -1828,9 +1828,9 @@
/mob/living/carbon/human/canBeHandcuffed()
if(get_num_arms() >= 2)
return 1
return TRUE
else
return 0
return FALSE
/mob/living/carbon/human/InCritical()
return (health <= config.health_threshold_crit && stat == UNCONSCIOUS)