Skip to content

Commit

Permalink
Update code/modules/mob/living/carbon/human/examine.dm
Browse files Browse the repository at this point in the history
Co-authored-by: forest2001 <[email protected]>
  • Loading branch information
Birdtalon and realforest2001 committed Nov 14, 2023
1 parent 5a12ff9 commit 5e4fdcb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/modules/mob/living/carbon/human/examine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -460,10 +460,11 @@
else
msg += "\[[criminal]\]\n"

msg += "<span class = 'deptradio'>Security records:</span> <a href='?src=\ref[src];secrecord=1'>\[View\]\n</a>"
msg += "<span class = 'deptradio'>Security records:</span> <a href='?src=\ref[src];secrecord=1'>\[View\]</a>"
if(!observer)
msg += " <a href='?src=\ref[src];secrecordadd=1'>\[Add comment\]</a>\n"

else
msg += "\n"
if(hasHUD(user,"medical"))
var/cardcolor = holo_card_color
if(!cardcolor) cardcolor = "none"
Expand Down

0 comments on commit 5e4fdcb

Please sign in to comment.