mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 23:47:16 +01:00
fixes medical record formatting
This commit is contained in:
@@ -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)]<br>[prefs.medical_records]"
|
||||
medical += M
|
||||
|
||||
//Security Record
|
||||
|
||||
Reference in New Issue
Block a user