Merge pull request #3813 from Aurorablade/Ialsoownyourspleen

yet more organ fixes
This commit is contained in:
Fox McCloud
2016-03-10 03:56:30 -05:00
8 changed files with 46 additions and 32 deletions
@@ -67,8 +67,8 @@
if(borer)
borer.detatch() //Should remove borer if the brain is removed - RR
B.transfer_identity(user)
if(owner.mind)//don't transfer if the owner does not have a mind.
B.transfer_identity(user)
if(istype(owner,/mob/living/carbon/human))
var/mob/living/carbon/human/H = owner