mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-27 02:32:20 +00:00
You don't need to be unconcious to succumb anymore (#23460)
* Ded * Deconflicts with #23441
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user