diff --git a/code/datums/datacore.dm b/code/datums/datacore.dm index 3a9e3967..d93f3e25 100644 --- a/code/datums/datacore.dm +++ b/code/datums/datacore.dm @@ -261,7 +261,7 @@ M.fields["alg_d"] = "No allergies have been detected in this patient." M.fields["cdi"] = "None" M.fields["cdi_d"] = "No diseases have been diagnosed at the moment." - M.fields["notes"] = prefs.medical_records || "No notes." //ET TU, HACKY CODE? + M.fields["notes"] = "Trait information as of shift start: [H.get_trait_string(medical)]
[prefs.medical_records]" medical += M //Security Record