You don't need to be unconcious to succumb anymore (#23460)

* Ded

* Deconflicts with #23441
This commit is contained in:
Daylight
2023-12-26 19:59:02 +02:00
committed by GitHub
parent 5f9c9274fb
commit 501fe33634

View File

@@ -291,7 +291,7 @@
/mob/living/verb/succumb()
set hidden = TRUE
if(health >= HEALTH_THRESHOLD_CRIT || stat != UNCONSCIOUS)
if(health >= HEALTH_THRESHOLD_CRIT)
to_chat(src, "<span class='warning'>You are unable to succumb to death! This life continues!</span>")
return