mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 13:47:33 +01:00
brainmob fix: decapitated head is now really dead
This commit is contained in:
@@ -866,8 +866,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)
|
||||
|
||||
Reference in New Issue
Block a user