From 5bcb24858af02c8d13ab9f6d6056a3992edb5505 Mon Sep 17 00:00:00 2001 From: DragonTrance Date: Mon, 1 Mar 2021 19:58:46 -0700 Subject: [PATCH] Update carbon_movement.dm --- code/modules/mob/living/carbon/carbon_movement.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/mob/living/carbon/carbon_movement.dm b/code/modules/mob/living/carbon/carbon_movement.dm index 925adbfe..e93e4871 100644 --- a/code/modules/mob/living/carbon/carbon_movement.dm +++ b/code/modules/mob/living/carbon/carbon_movement.dm @@ -41,10 +41,8 @@ nutrition = NUTRITION_LEVEL_FED - 1 //just less than feeling vigorous else if(nutrition && stat != DEAD) nutrition -= HUNGER_FACTOR/12 - thirst -= THIRST_FACTOR/12 if(m_intent == MOVE_INTENT_RUN) nutrition -= HUNGER_FACTOR/5 - thirst -= THIRST_FACTOR/5 if(HAS_TRAIT(src, TRAIT_NOTHIRST)) thirst = THIRST_LEVEL_QUENCHED - 1