Fixes monkey transformation instantly killing a person

This commit is contained in:
CitadelStationBot
2017-04-25 15:45:27 -05:00
parent 306e7c1cba
commit 607ab2b784
@@ -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)