postmortem instructions + minor changes

- medical notes are now opt-outs
- emphasised titles of must-read sections, like allergies
- added postmortem (thanks Lisette, forgot about this)
This commit is contained in:
Llywelwyn 2023-04-27 10:00:05 +01:00
parent cfa0792c68
commit c8873ce6b7
4 changed files with 34 additions and 30 deletions

View file

@ -62,7 +62,8 @@ namespace CharacterRecordsGenerator
[ProtoMember(18)]
public string NextOfKin { get; set; } = string.Empty;
// 19 was used for MedicalPublicRecord, now empty
[ProtoMember(19)]
public string MedicalPostmortem { get; set; } = string.Empty;
[ProtoMember(20)]
public string MedicalAllergies { get; set; } = string.Empty;