Removes super secret definitely not a proc for Augments

This should never have happened!
This commit is contained in:
Robson Richards
2013-10-21 16:06:58 +01:00
parent 9d9f642542
commit a3e0921814
+1 -9
View File
@@ -143,13 +143,5 @@
if("l_arm") return "left arm"
if("r_arm") return "right arm"
else return name
/*
/mob/living/carbon/human/proc/LimbRemoved()
for(/obj/item/organ/limb in organs)
var/mob/living/carbon/human/H
if(H.HasLimb(/obj/item/organ/limb))
//do the thing
else
return
*/