rrollback

This commit is contained in:
Aurorablade
2016-03-14 23:45:47 -04:00
parent 2eaff84f42
commit 84caa73a3c
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -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))
@@ -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