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
@@ -250,7 +250,7 @@
return TRUE
if(SOFT_CRIT)
to_chat(src, "<span class='warning'>You can't commit suicide while in a critical condition!</span>")
if(UNCONSCIOUS)
if(UNCONSCIOUS, HARD_CRIT)
to_chat(src, "<span class='warning'>You need to be conscious to commit suicide!</span>")
if(DEAD)
to_chat(src, "<span class='warning'>You're already dead!</span>")
+1 -1
View File
@@ -20,7 +20,7 @@
else
entry += " - Playing as [C.mob.real_name]"
switch(C.mob.stat)
if(UNCONSCIOUS)
if(UNCONSCIOUS, HARD_CRIT)
entry += " - <font color='darkgray'><b>Unconscious</b></font>"
if(DEAD)
if(isobserver(C.mob))