diff --git a/fluorine_renderer.html b/fluorine_renderer.html index 787ba08..945527f 100644 --- a/fluorine_renderer.html +++ b/fluorine_renderer.html @@ -1513,7 +1513,7 @@ lines.push(`
  • Losses: ${renderer.cumulative_build_counts[pid][renderer.turn] - (renderer.ship_count(pid) + dropoffs)} – suicides: ${renderer.self_loss_counts[pid][renderer.turn]}
  • `); lines.push(`
  • Dropoffs: ${dropoffs}
  • `); lines.push(`
  • Mined: ${renderer.mined_counts[pid][renderer.turn]}
  • `); - lines.push(`
  • Deposits: ${deposited + initial} – Spent: ${spent}
  • `); + lines.push(`
  • Deposits: ${deposited} – Spent: ${spent - initial}
  • `); if (renderer.game.game_statistics.player_statistics[pid].last_turn_alive < renderer.turn) { lines.push(`
  • Net: crashed
  • `);