[FIX] Cult Shadow Shackles can now cuff people who are missing an arm. (#26707)

* Copies the requirements from handcuff code

* This proc is never implemented

* Removes unused procs
This commit is contained in:
Daylight
2024-09-11 17:34:20 +00:00
committed by GitHub
parent 4f6641c8ae
commit 965b42bf51
3 changed files with 2 additions and 27 deletions
@@ -1608,12 +1608,6 @@ Eyes need to have significantly high darksight to shine unless the mob has the X
#undef CPR_CHEST_COMPRESSION_RESTORATION
#undef CPR_BREATHS_RESTORATION
/mob/living/carbon/human/canBeHandcuffed()
if(get_num_arms() >= 2)
return TRUE
else
return FALSE
/mob/living/carbon/human/has_mutated_organs()
for(var/obj/item/organ/external/E in bodyparts)
if(E.status & ORGAN_MUTATED)