Skip to content

Commit

Permalink
some minor cachnges + old ui remove
Browse files Browse the repository at this point in the history
  • Loading branch information
Deleted user committed Aug 19, 2024
1 parent c5aaf14 commit 34d7302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 968 deletions.
4 changes: 2 additions & 2 deletions code/datums/statistics/entities/panel_stats.dm
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"cause_name" = sanitize(statistic_death.cause_name),
"total_kills" = statistic_death.total_kills,
"total_damage" = damage_list,
"time_of_death" = statistic_death.time_of_death,
"total_time_alive" = statistic_death.total_time_alive,
"time_of_death" = duration2text(statistic_death.time_of_death),
"total_time_alive" = duration2text(statistic_death.total_time_alive),
"total_damage_taken" = statistic_death.total_damage_taken,
"x" = statistic_death.x,
"y" = statistic_death.y,
Expand Down
Loading

0 comments on commit 34d7302

Please sign in to comment.