From 9173469c67e99778ce68fa867dae82a95f17ca47 Mon Sep 17 00:00:00 2001 From: SteelSlayer Date: Fri, 3 Jul 2020 14:41:33 -0500 Subject: [PATCH] I didnt mean to remove this --- code/modules/mob/living/carbon/human/examine.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index e688861c1b1..b2a66ed0b65 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -298,6 +298,9 @@ if(user.nutrition < NUTRITION_LEVEL_HYPOGLYCEMIA) msg += "[p_they(TRUE)] [p_are()] plump and delicious looking - Like a fat little piggy. A tasty piggy.\n" + else if(nutrition >= NUTRITION_LEVEL_FAT) + msg += "[p_they(TRUE)] [p_are()] quite chubby.\n" + if(blood_volume < BLOOD_VOLUME_SAFE) msg += "[p_they(TRUE)] [p_have()] pale skin.\n"