summaryrefslogtreecommitdiff
path: root/ui.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-06-22 20:57:47 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-16 19:19:38 +0100
commit38675924e1948ab7a5e034cddde7e3db7e4805c8 (patch)
tree66bd689da7f969308e3a5266e6193828365b7acb /ui.js
parentfa7d2800442483656570a4e1051a81fe1022f242 (diff)
downloadcrusader-rex-38675924e1948ab7a5e034cddde7e3db7e4805c8.tar.gz
crusader: Crusader moves and victory.
Diffstat (limited to 'ui.js')
-rw-r--r--ui.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui.js b/ui.js
index 1b08723..b2ead8b 100644
--- a/ui.js
+++ b/ui.js
@@ -533,6 +533,8 @@ function hide_block(element) {
function update_map() {
let layout = {};
+ document.getElementById("frank_vp").textContent = game.f_vp + " VP";
+ document.getElementById("saracen_vp").textContent = game.s_vp + " VP";
document.getElementById("timeline").className = "year_" + game.year;
document.getElementById("turn").textContent =
"Turn " + game.turn + " of Year " + game.year;