From da2d3c2888c3af9f0069b1207da57eb508cbf09d Mon Sep 17 00:00:00 2001 From: CameronWoof Date: Thu, 4 Apr 2019 21:23:48 -0400 Subject: [PATCH] Update species.dm --- code/modules/mob/living/carbon/human/species.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species.dm b/code/modules/mob/living/carbon/human/species.dm index 3fd710fcc6..afdad648ae 100644 --- a/code/modules/mob/living/carbon/human/species.dm +++ b/code/modules/mob/living/carbon/human/species.dm @@ -1144,6 +1144,7 @@ GLOBAL_LIST_EMPTY(roundstart_races) H.update_inv_w_uniform() H.update_inv_wear_suit() + /* if(H.noisy && H.nutrition <= NUTRITION_LEVEL_STARVING) if(prob(10)) playsound(get_turf(H),"hunger_sounds",35,0,-5,1,ignore_walls = FALSE,channel=CHANNEL_PRED) @@ -1151,7 +1152,8 @@ GLOBAL_LIST_EMPTY(roundstart_races) else if(H.noisy && H.nutrition <= NUTRITION_LEVEL_HUNGRY) if(prob(10)) playsound(get_turf(H),"hunger_sounds",15,0,-5,1,ignore_walls = FALSE,channel=CHANNEL_PRED) - + */ + // nutrition decrease and satiety if (H.nutrition > 0 && H.stat != DEAD && !H.has_trait(TRAIT_NOHUNGER)) // THEY HUNGER