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