missed this little one.

This commit is contained in:
Ghommie
2020-01-24 23:45:50 +01:00
parent 856ef236f3
commit f6beadb494

View File

@@ -110,7 +110,7 @@
// Randomly pick a symptom to activate.
/datum/disease/advance/stage_act()
..()
if(carrier)
if(carrier || QDELETED(src)) // Could be cured in parent call.
return
if(symptoms && symptoms.len)