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:
parent
cfa0792c68
commit
c8873ce6b7
4 changed files with 34 additions and 30 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue