From 84caa73a3c01a8dca86618f2aa7a3ce6a183f5e5 Mon Sep 17 00:00:00 2001 From: Aurorablade Date: Mon, 14 Mar 2016 23:45:47 -0400 Subject: [PATCH] rrollback --- code/modules/mob/living/living.dm | 1 - code/modules/surgery/organs/organ_external.dm | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/code/modules/mob/living/living.dm b/code/modules/mob/living/living.dm index dd37b374fd1..5e1614f3cff 100644 --- a/code/modules/mob/living/living.dm +++ b/code/modules/mob/living/living.dm @@ -363,7 +363,6 @@ var/mob/living/carbon/C = src C.handcuffed = initial(C.handcuffed) C.heart_attack = 0 - C.brain_op_stage = 0 // restore all of the human's blood and reset their shock stage if(ishuman(src)) diff --git a/code/modules/surgery/organs/organ_external.dm b/code/modules/surgery/organs/organ_external.dm index 7060cfa034f..c020b873354 100644 --- a/code/modules/surgery/organs/organ_external.dm +++ b/code/modules/surgery/organs/organ_external.dm @@ -312,8 +312,7 @@ This function completely restores a damaged organ to perfect condition. // handle internal organs for(var/obj/item/organ/internal/current_organ in internal_organs) - if(!istype(current_organ,/obj/item/organ/internal/cyberimp)|| !istype(current_organ,/obj/item/organ/internal/xenos) || !istype(current_organ,/obj/item/organ/internal/hivelord_core)) - current_organ.rejuvenate() + current_organ.rejuvenate() // remove embedded objects and drop them on the floor