Records Computer Tweaks (#21840)

I got annoyed one too many rounds in a row that I had to print the
medical records to get the medical records, and did not know until
writing this PR that you have to click where it says "medical" to view
said records. So I have tweaked a bunch of things about the records, so
that they now automatically open to the appropriate tab matching their
records type, EG Medical Records opens by default to Medical Records.

<img width="903" height="661" alt="image"
src="https://github.com/user-attachments/assets/abea1c4b-c78d-4716-ada5-13a100a3316e"
/>

---------

Signed-off-by: VMSolidus <evilexecutive@gmail.com>
Co-authored-by: Casper3667 <8396443+Casper3667@users.noreply.github.com>
This commit is contained in:
VMSolidus
2026-02-17 15:40:22 +00:00
committed by GitHub
co-authored by Casper3667
parent cf861efefd
commit a1dda72a1c
6 changed files with 16 additions and 123 deletions
@@ -758,7 +758,6 @@
var/message = "<b>Medical Records: [R.name]</b>\n\n" \
+ "<b>Name:</b> [R.name] <b>Blood Type:</b> [R.medical.blood_type]\n" \
+ "<b>DNA:</b> [R.medical.blood_dna]\n" \
+ "<b>Disabilities:</b> [R.medical.disabilities]\n" \
+ "<b>Notes:</b> [R.medical.notes]\n" \
+ "<a href='byond://?src=[REF(src)];medrecordComment=`'>\[View Comment Log\]</a>"
to_chat(usr, EXAMINE_BLOCK_DEEP_CYAN(message))