From e722c485ca41bb0ee6a4224cf0e8361d2cf606be Mon Sep 17 00:00:00 2001 From: LetterJay Date: Mon, 15 Aug 2016 15:57:29 -0500 Subject: [PATCH] dupe fix --- code/modules/mob/living/carbon/human/examine.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index 4c13309f4d..af0c0340c8 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -46,8 +46,6 @@ msg += "[t_He] [t_is] wearing \icon[w_uniform] [w_uniform.gender==PLURAL?"some":"a"] blood-stained [w_uniform.name][tie_msg]!\n" else msg += "[t_He] [t_is] wearing \icon[w_uniform] \a [w_uniform][tie_msg].\n" - else - msg += "[t_He] [t_is] wearing \icon[w_uniform] \a [w_uniform][tie_msg].\n" if(vore_insuit_datum.has_people()) msg += "There is a person-shaped bulge under the fabric!\n" insuit_handled=1