From e4d1493c85f73217c131d72cbcd1fa063ac05f11 Mon Sep 17 00:00:00 2001 From: TalkingCactus Date: Thu, 28 Jul 2016 13:44:09 -0400 Subject: [PATCH] removes unneeded proc --- code/modules/mob/living/carbon/life.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/life.dm b/code/modules/mob/living/carbon/life.dm index dcb48318f6..7425b5b3ae 100644 --- a/code/modules/mob/living/carbon/life.dm +++ b/code/modules/mob/living/carbon/life.dm @@ -282,6 +282,7 @@ /mob/living/carbon/handle_stomach() +/* set waitfor = 0 for(var/mob/living/M in stomach_contents) if(M.loc != src) @@ -297,7 +298,7 @@ if(!(M.status_flags & GODMODE)) M.adjustBruteLoss(5) nutrition += 10 - +*/ //this updates all special effects: stunned, sleeping, weakened, druggy, stuttering, etc.. /mob/living/carbon/handle_status_effects() ..()