Skip to content

Commit

Permalink
Revert "fixes infinite respawns (#37168)" (#37379)
Browse files Browse the repository at this point in the history
This reverts commit cc49e79.
  • Loading branch information
brndd authored Jan 14, 2025
1 parent c43721f commit 157af25
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions code/modules/mob/living/carbon/brain/brain.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
..()
Expand Down

0 comments on commit 157af25

Please sign in to comment.