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