Crit status refactor (#53117)

This commit is contained in:
Rohesie
2020-08-24 07:41:00 -07:00
committed by GitHub
parent 3c4ae71eed
commit 3a1020e47d
76 changed files with 271 additions and 224 deletions
+1 -1
View File
@@ -57,7 +57,7 @@
dream_sequence(dream_fragments)
/mob/living/carbon/proc/dream_sequence(list/dream_fragments)
if(stat != UNCONSCIOUS || InCritical())
if(stat != UNCONSCIOUS || HAS_TRAIT(src, TRAIT_CRITICAL_CONDITION))
dreaming = FALSE
return
var/next_message = dream_fragments[1]