Files
Luc 5d5f83d791 Lobotomizes the brain from /mob/living/carbon (#23320)
* find and replace. this causes zero errors.

* there was one error

* repathing

* minor emote repathing as well
2023-11-29 18:39:43 +00:00

6 lines
152 B
Plaintext

/mob/living/brain/Life()
. = ..()
if(.)
if(!container && (world.time - timeofhostdeath) > GLOB.configuration.general.revival_brain_life)
death()