mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Removes super secret definitely not a proc for Augments
This should never have happened!
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user