From 4eb6320d6cbff507eedf575a4ba6e344bfd73682 Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Tue, 10 May 2016 16:08:48 -0400 Subject: [PATCH] Edit 4! --- code/modules/mob/living/carbon/human/examine_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/examine_vr.dm b/code/modules/mob/living/carbon/human/examine_vr.dm index a5b29b2561d..ec04cd68525 100644 --- a/code/modules/mob/living/carbon/human/examine_vr.dm +++ b/code/modules/mob/living/carbon/human/examine_vr.dm @@ -21,4 +21,4 @@ message = "\red [T.He] [T.is] incredibly obese. [T.his] massive potbelly sags over [T.his] waistline while [T.his] fat ass would probably require two chairs to sit down comfortably!\n" else if(weight >= 475) message = "\red [T.He] [T.is] so morbidly obese, you wonder how they can even stand, let alone waddle around the station. [T.He] can't get any fatter without being immobilized.\n" - return msg \ No newline at end of file + return message \ No newline at end of file