[MIRROR] Re-implements Physical and Mental statuses in crewmember Medical Records [MDB IGNORE] (#19832)

* Re-implements Physical and Mental statuses in crewmember Medical Records

* wew

---------

Co-authored-by: Antonio Tosti <5588048+atosti@users.noreply.github.com>
Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-03-15 01:47:21 +01:00
committed by GitHub
parent f7e6ea19e1
commit 4e42b7fb04
12 changed files with 196 additions and 5 deletions
@@ -54,6 +54,8 @@
current_record["bloodtype"] = person.blood_type
current_record["ma_dis"] = person.major_disabilities_desc
current_record["mi_dis"] = person.minor_disabilities_desc
current_record["physical_status"] = person.physical_status
current_record["mental_status"] = person.mental_status
current_record["name"] = person.name
current_record["notes"] = person.medical_notes