Crit status refactor (#53117)

This commit is contained in:
Rohesie
2020-08-24 11:41:00 -03:00
committed by GitHub
parent 3c4ae71eed
commit 3a1020e47d
76 changed files with 271 additions and 224 deletions
+3 -1
View File
@@ -1282,7 +1282,9 @@
if(SOFT_CRIT)
status = "<font color='orange'><b>Dying</b></font>"
if(UNCONSCIOUS)
status = "<font color='orange'><b>[L.InCritical() ? "Unconscious and Dying" : "Unconscious"]</b></font>"
status = "<font color='orange'><b>Unconscious</b></font>"
if(HARD_CRIT)
status = "<font color='orange'><b>Unconscious and Dying</b></font>"
if(DEAD)
status = "<font color='red'><b>Dead</b></font>"
health_description = "Status = [status]"