From 843cbd288268e96ad203e01c78a8f8574719b37c Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Sat, 8 Sep 2018 12:13:57 -0700 Subject: [PATCH] Update carbon.dm --- code/modules/mob/living/carbon/carbon.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/carbon.dm b/code/modules/mob/living/carbon/carbon.dm index b1f53a69672..d23edd14d88 100644 --- a/code/modules/mob/living/carbon/carbon.dm +++ b/code/modules/mob/living/carbon/carbon.dm @@ -530,7 +530,7 @@ if(total_health <= crit_threshold && !stat) if(!IsKnockdown()) to_chat(src, "You're too exhausted to keep going...") - Knockdown(70) + Knockdown(100) update_health_hud() /mob/living/carbon/update_sight()