Skip to content

Commit

Permalink
or subtract 5000 from spent
Browse files Browse the repository at this point in the history
  • Loading branch information
fohristiwhirl committed Oct 6, 2018
1 parent b29a1b1 commit 585585c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluorine_renderer.html
Original file line number Diff line number Diff line change
Expand Up @@ -1513,7 +1513,7 @@
lines.push(`<li>Losses: ${renderer.cumulative_build_counts[pid][renderer.turn] - (renderer.ship_count(pid) + dropoffs)} &ndash; suicides: ${renderer.self_loss_counts[pid][renderer.turn]}</li>`);
lines.push(`<li>Dropoffs: <span style="color: ${colour}">${dropoffs}</span></li>`);
lines.push(`<li>Mined: ${renderer.mined_counts[pid][renderer.turn]}</li>`);
lines.push(`<li>Deposits: ${deposited + initial} &ndash; Spent: ${spent}</li>`);
lines.push(`<li>Deposits: ${deposited} &ndash; Spent: ${spent - initial}</li>`);

if (renderer.game.game_statistics.player_statistics[pid].last_turn_alive < renderer.turn) {
lines.push(`<li>Net: <span style="color: ${colour}">crashed</span></li>`);
Expand Down

0 comments on commit 585585c

Please sign in to comment.