Example #1
0
 public void wound_by_section(Limb bodyPart, ref List<string> wReport)
 {
     bodyPart.consolidate_injury_report(ref wReport);
     if (bodyPart.is_disabled())
         wReport.Add("It is useless");
 }