diff --git a/code/modules/mob/living/living.dm b/code/modules/mob/living/living.dm index 7dd6b5182af..a26c0248b81 100644 --- a/code/modules/mob/living/living.dm +++ b/code/modules/mob/living/living.dm @@ -306,7 +306,10 @@ if(stat == DEAD) // cancel em out if they died while they had the message box up last_words = null - + if(health >= HEALTH_THRESHOLD_CRIT) + to_chat(src, "You are unable to succumb to death! This life continues!") + last_words = null + return if(!isnull(last_words)) create_log(MISC_LOG, "gave their final words, [last_words]") src.last_words = last_words // sorry