From 976fb70624c15bbfc5a4d98bf1576f35c8b67c9c Mon Sep 17 00:00:00 2001 From: leboucliervert <137400234+leboucliervert@users.noreply.github.com> Date: Sat, 17 May 2025 15:43:00 +0200 Subject: [PATCH] mlem (#29056) --- code/modules/mob/living/carbon/human/human_examine.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/human_examine.dm b/code/modules/mob/living/carbon/human/human_examine.dm index 0406d69152a..a19a845def7 100644 --- a/code/modules/mob/living/carbon/human/human_examine.dm +++ b/code/modules/mob/living/carbon/human/human_examine.dm @@ -214,7 +214,7 @@ var/mental_status = hasHUD(user, EXAMINE_HUD_MEDICAL_WRITE) ? "\[[mental]\]" : "\[[mental]\]" msg += "Physical status: [medical_status]\n" msg += "Mental Status: [mental_status]\n" - msg += "Medical records: \[View\] \[Add comment\]\n" + msg += "Medical records: \[View\] \[View comment log\] \[Add comment\]\n" if(hasHUD(user, EXAMINE_HUD_SECURITY_READ)) var/perpname = get_visible_name(TRUE) @@ -237,7 +237,7 @@ var/criminal_status = hasHUD(user, EXAMINE_HUD_SECURITY_WRITE) ? "\[[criminal]\]" : "\[[criminal]\]" msg += "Criminal status: [criminal_status]\n" - msg += "Security records: \[View comment log\] \[Add comment\]\n" + msg += "Security records: \[View\] \[View comment log\] \[Add comment\]\n" msg += "Latest entry: [commentLatest]\n" if(hasHUD(user, EXAMINE_HUD_MALF_READ))