From 362f7a57150950283db4b76192dfda388372588f Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Wed, 18 Mar 2020 10:14:32 -0400 Subject: [PATCH] Remove stray 'return' --- code/modules/mob/living/carbon/human/life.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index c30d98b40d..9185286670 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -1506,7 +1506,6 @@ else shock_stage = min(shock_stage, 160) shock_stage = max(shock_stage-1, 0) - return if(stat) return 0