From 55890507670b96893a16e131cf1e5d6f21bbc8fe Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Sat, 21 Nov 2015 15:21:10 +1030 Subject: [PATCH] Comments out the starving/overfed examine lines. --- code/modules/mob/living/carbon/human/examine.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index b783e46a2d3..07619bff1f3 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -215,6 +215,7 @@ msg += "[T.He] [T.is] on fire!.\n" msg += "" + /* if(nutrition < 100) msg += "[T.He] [T.is] severely malnourished.\n" else if(nutrition >= 500) @@ -222,6 +223,7 @@ msg += "[T.He] [T.is] plump and delicious looking - Like a fat little piggy. A tasty piggy.\n" else*/ msg += "[T.He] [T.is] quite chubby.\n" + */ msg += ""