summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-05-23 14:42:30 +0200
committerTor Andersson <tor@ccxvii.net>2024-05-30 21:59:25 +0200
commitc397fedb0d4d801472584c1495e539058617c5ba (patch)
tree66cbcbf34189bf330fe346dce8649872cbf1ec8d /play.js
parenta8068262f23b72967957595f8bea20a30bc836a4 (diff)
downloadfriedrich-c397fedb0d4d801472584c1495e539058617c5ba.tar.gz
fifth deck
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/play.js b/play.js
index 606167a..18053a6 100644
--- a/play.js
+++ b/play.js
@@ -317,12 +317,14 @@ function on_init() {
make_tc_deck(1)
make_tc_deck(2)
make_tc_deck(3)
+ make_tc_deck(4)
ui.tc_back = [
make_tc_deck_back("deck_1"),
make_tc_deck_back("deck_2"),
make_tc_deck_back("deck_3"),
make_tc_deck_back("deck_4"),
+ make_tc_deck_back("deck_5"),
]
ui.tcbreak = document.createElement("div")