Update brain_item.dm

This commit is contained in:
LetterJay
2017-10-03 18:46:41 -05:00
committed by GitHub
parent fd5acc5573
commit e4d6219f1d
@@ -46,15 +46,7 @@
/obj/item/organ/brain/Remove(mob/living/carbon/C, special = 0,no_id_transfer = FALSE)
..()
<<<<<<< HEAD
if(!special)
if(C.has_brain_worms())
var/mob/living/simple_animal/borer/B = C.has_brain_worms()
B.leave_victim() //Should remove borer if the brain is removed - RR
if(!gc_destroyed || (owner && !owner.gc_destroyed))
=======
if((!gc_destroyed || (owner && !owner.gc_destroyed)) && !no_id_transfer)
>>>>>>> 85cd9e6... Organ initialization cleanup
transfer_identity(C)
C.update_hair()