Merge pull request #564 from Citadel-Station-13/upstream-merge-26584

[MIRROR] Fixes monkey transformation instantly killing a person
This commit is contained in:
LetterJay
2017-04-25 20:36:02 -05:00
committed by GitHub
@@ -78,7 +78,9 @@
/obj/item/organ/Destroy()
if(owner)
Remove(owner)
// The special flag is important, because otherwise mobs can die
// while undergoing transformation into different mobs.
Remove(owner, special=TRUE)
return ..()
/obj/item/organ/attack(mob/living/carbon/M, mob/user)