brainmob fix: decapitated head is now really dead

This commit is contained in:
volas
2013-11-30 15:45:53 +04:00
committed by alex-gh
parent 063394c7bf
commit d03717d49c
+2 -2
View File
@@ -891,8 +891,8 @@ obj/item/weapon/organ/head/New(loc, mob/living/carbon/human/H)
H.regenerate_icons()
H.stat = 2
H.death()
brainmob.stat = 2
brainmob.death()
obj/item/weapon/organ/head/proc/transfer_identity(var/mob/living/carbon/human/H)//Same deal as the regular brain proc. Used for human-->head
brainmob = new(src)