Fixed up organ surgery so it'd reflect organs properly

This will work in spite of the states, so that sticking a human head on an
IPC will still let you remove the brain from that useless head, without
giving the brain any silly names
This commit is contained in:
Crazylemon64
2015-12-16 23:01:28 -08:00
parent 9fa9f40214
commit 26545e6ba1
4 changed files with 45 additions and 26 deletions
@@ -59,7 +59,6 @@
/obj/item/organ/brain/removed(var/mob/living/user)
if(!owner) return ..() // Probably a redundant removal; just bail
name = "[owner.real_name]'s brain"
var/mob/living/simple_animal/borer/borer = owner.has_brain_worms()
@@ -96,8 +95,9 @@
..()
/obj/item/organ/brain/die()
if(brainmob)
brainmob.death(0)
// Brains dying kills the internal consciousness
// if(brainmob)
// qdel(brainmob) I'll leave this in for my next PR, and so people can yell at me about it
..()
/obj/item/organ/brain/slime