Fixes coma runtime

This commit is contained in:
ShizCalev
2020-07-19 04:41:23 -04:00
parent d112f329f5
commit 50ee44a045
@@ -284,7 +284,7 @@
addtimer(CALLBACK(src, .proc/uncoma, M), 300)
/datum/symptom/heal/coma/proc/uncoma(mob/living/M)
if(!active_coma)
if(QDELETED(M) || !active_coma)
return
active_coma = FALSE
M.cure_fakedeath("regenerative_coma")