removes somethings...

This commit is contained in:
Aurorablade
2016-03-18 14:06:36 -04:00
parent 4a2bd5cc16
commit bffb90d392
2 changed files with 0 additions and 6 deletions
@@ -30,9 +30,6 @@
user << "<span class='userdanger'>Somehow, this MMI still has a brain in it. Report this to the bug tracker.</span>"
log_to_dd("[user] tried to stick a [O] into [src] in [get_area(src)], but the held brain variable wasn't cleared")
return
if(B.status & ORGAN_DEAD) // As it stood, a brain would never become unviable for MMI usage. Perhaps we should keep it that way?
user << "<span class='warning'>This [B] is dead</span>"
return
for(var/mob/V in viewers(src, null))
V.show_message("<span class='notice'>[user] sticks \a [O] into \the [src].</span>")
brainmob = B.brainmob
@@ -20,8 +20,6 @@
if(!iscarbon(M) || owner == M)
return
processing_objects -= src
var/obj/item/organ/internal/replaced = M.get_organ_slot(slot)
if(replaced)
replaced.remove(M, special = 1)
@@ -46,7 +44,6 @@
/obj/item/organ/internal/remove(mob/living/carbon/M, special = 0)
owner = null
processing_objects |= src
if(M)
M.internal_organs -= src
if(vital && !special)