Merge pull request #978 from Petethegoat/borgslol

Fixed being able to stick brains into active cyborgs.
This commit is contained in:
Giacomand
2013-07-18 13:24:16 -07:00
@@ -45,9 +45,9 @@
usr << "This one seems particularly lifeless. Perhaps it will regain some of it's luster later.."
/obj/item/organ/brain/attack(mob/living/carbon/M, mob/living/carbon/user)
if(!istype(M, /mob))
return
/obj/item/organ/brain/attack(mob/living/carbon/M, mob/user)
if(!istype(M))
return ..()
add_fingerprint(user)