summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-05-24 14:03:22 +0200
committerTor Andersson <tor@ccxvii.net>2024-05-30 21:59:25 +0200
commit33f6e49e1513be99378874425cc364a6f3cb957e (patch)
treebd592dee9d2fc4ad407522652ef897bea62744c6
parent515f47528549fb01636f287d82ced873ef341bfe (diff)
downloadfriedrich-33f6e49e1513be99378874425cc364a6f3cb957e.tar.gz
fifth deck in UI
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index b4da448..7425f20 100644
--- a/play.js
+++ b/play.js
@@ -848,7 +848,7 @@ function on_update() {
update_path()
- let back = [ 0, 0, 0, 0 ]
+ let back = [ 0, 0, 0, 0, 0 ]
for (let i = 0; i < 5; ++i)
ui.turns[i].classList.toggle("hide", (typeof view.fate === "object") || (i + 1 < view.fate))