From caa288de49073b7123b32deb3030ca16b2bc4d48 Mon Sep 17 00:00:00 2001 From: Dip Date: Sun, 27 Sep 2020 00:57:41 -0300 Subject: [PATCH] fixes medical record formatting --- code/datums/datacore.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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