From 585585caaae1f3f03876ce1f058ebc88e1ef123b Mon Sep 17 00:00:00 2001 From: fohristiwhirl Date: Sat, 6 Oct 2018 23:35:03 +0100 Subject: [PATCH] or subtract 5000 from spent --- fluorine_renderer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
  • `);