From 27fc743150e97ccd25b0937f35c48c77e670f122 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 10 May 2017 19:49:22 +0100 Subject: [PATCH] stops overrunning bold tag --- code/modules/mob/living/carbon/human/examine.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index 599bece9523..5fb697c7142 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -440,7 +440,7 @@ for(var/implant in get_visible_implants(0)) - msg += "[src] has \a [implant] sticking out of [t_his] flesh!\n" + msg += "[src] has \a [implant] sticking out of [t_his] flesh!\n" if(digitalcamo) msg += "[t_He] [t_is] repulsively uncanny!\n" if(!wear_mask && is_thrall(src) && in_range(user,src))