Fixes debraining messages showing up one place they shouldn't

This commit is contained in:
CitadelStationBot
2017-04-30 02:11:38 -05:00
parent fca3f200b3
commit 6ec00d29a2

View File

@@ -50,7 +50,8 @@
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
transfer_identity(C)
if(!gc_destroyed || (owner && !owner.gc_destroyed))
transfer_identity(C)
C.update_hair()
/obj/item/organ/brain/prepare_eat()