mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
Crit status refactor (#53117)
This commit is contained in:
@@ -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]"
|
||||
|
||||
Reference in New Issue
Block a user