mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-16 02:24:11 +01:00
[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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user