From 157af256ff0e7166d8b224f0fbde8835abbcaf3d Mon Sep 17 00:00:00 2001 From: Peter Wedder Date: Tue, 14 Jan 2025 15:56:49 +0200 Subject: [PATCH] Revert "fixes infinite respawns (#37168)" (#37379) This reverts commit cc49e79a861a90ff9bc0544fe6cbb842a04e2972. --- code/modules/mob/living/carbon/brain/brain.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/modules/mob/living/carbon/brain/brain.dm b/code/modules/mob/living/carbon/brain/brain.dm index ab4d55a64cf4..d31542355c59 100644 --- a/code/modules/mob/living/carbon/brain/brain.dm +++ b/code/modules/mob/living/carbon/brain/brain.dm @@ -19,9 +19,7 @@ verbs -= /mob/living/carbon/verb/mob_sleep /mob/living/carbon/brain/Destroy() - if(key || mind.key) - if(!key) - src.key = mind.key + if(key) //If there is a mob connected to this thing. Have to check key twice to avoid false death reporting. if(stat!=DEAD) //If not dead. death(1) //Brains can die again. AND THEY SHOULD AHA HA HA HA HA HA ..()