From 5e4fdcb47b76123192f7d75559a2fb3c02a39ed4 Mon Sep 17 00:00:00 2001 From: Birdtalon Date: Tue, 14 Nov 2023 08:30:46 +0000 Subject: [PATCH] Update code/modules/mob/living/carbon/human/examine.dm Co-authored-by: forest2001 <41653574+realforest2001@users.noreply.github.com> --- code/modules/mob/living/carbon/human/examine.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index eac441f8f727..228504195e52 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -460,10 +460,11 @@ else msg += "\[[criminal]\]\n" - msg += "Security records: \[View\]\n" + msg += "Security records: \[View\]" if(!observer) msg += " \[Add comment\]\n" - + else + msg += "\n" if(hasHUD(user,"medical")) var/cardcolor = holo_card_color if(!cardcolor) cardcolor = "none"