From 5a12ff9d07fff4c85f553e2045d3589c7aeff204 Mon Sep 17 00:00:00 2001 From: Birdtalon Date: Mon, 13 Nov 2023 20:47:30 +0000 Subject: [PATCH 1/2] newline hotfix --- 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 26c8fd867f72..eac441f8f727 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -460,7 +460,7 @@ else msg += "\[[criminal]\]\n" - msg += "Security records: \[View\]" + msg += "Security records: \[View\]\n" if(!observer) msg += " \[Add comment\]\n" From 5e4fdcb47b76123192f7d75559a2fb3c02a39ed4 Mon Sep 17 00:00:00 2001 From: Birdtalon Date: Tue, 14 Nov 2023 08:30:46 +0000 Subject: [PATCH 2/2] 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"