Skip to content

Commit

Permalink
Nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Antoine-de-Anglerais committed Jun 10, 2024
1 parent 6f0d9fd commit af37483
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion UnitsLogger_BepInEx/Code/DeadLogger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ public static void SavingDead(Actor actor, string folder_path)
unit_statistic += $"\rID - {actor_logged.id}";
unit_statistic += $"\r{"Имя".GetLocal()} - {actor_logged.name}";
unit_statistic += $"\rГоды жизни - с {actor_logged.born_in} по {actor_logged.dead_in}";
unit_statistic += $"\rПричина смерти: {logger.dead_reason.ToString()}";
unit_statistic += !(actor_logged.traits.Count == 0) ? $"\r{"traits".GetLocal()} - {string.Join(", ", actor_logged.traits.Select(t => t))}" : "";
unit_statistic += $"\r{"Профессия".GetLocal()} - {actor_logged.profession}" + (actor.is_group_leader ? $", {"Генерал".GetLocal()}" : "");
unit_statistic += $"\r{"Место смерти".GetLocal()} - X: {actor_logged.place_of_death.Item1}, Y: {actor_logged.place_of_death.Item2}";
Expand Down

0 comments on commit af37483

Please sign in to comment.