mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
5d5f83d791
* find and replace. this causes zero errors. * there was one error * repathing * minor emote repathing as well
6 lines
152 B
Plaintext
6 lines
152 B
Plaintext
/mob/living/brain/Life()
|
|
. = ..()
|
|
if(.)
|
|
if(!container && (world.time - timeofhostdeath) > GLOB.configuration.general.revival_brain_life)
|
|
death()
|