mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 04:17:33 +01:00
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:
@@ -195,9 +195,6 @@
|
||||
/datum/record/medical
|
||||
var/blood_type = "AB+"
|
||||
var/blood_dna = "63920c3ec24b5d57d459b33a2f4d6446"
|
||||
var/disabilities = "No disabilities have been declared."
|
||||
var/allergies = "No allergies have been detected in this patient."
|
||||
var/diseases = "No diseases have been diagnosed at the moment."
|
||||
var/list/comments = list()
|
||||
|
||||
/datum/record/medical/New(var/mob/living/carbon/human/H, var/nid)
|
||||
@@ -210,6 +207,7 @@
|
||||
blood_dna = H.dna.unique_enzymes
|
||||
if(H.med_record && !jobban_isbanned(H, "Records"))
|
||||
notes = H.med_record
|
||||
else notes = "No history has been reported yet."
|
||||
|
||||
// Record for storing security data
|
||||
/datum/record/security
|
||||
|
||||
Reference in New Issue
Block a user