summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-06-04 21:51:57 +0200
committerTor Andersson <tor@ccxvii.net>2024-06-04 21:52:02 +0200
commit7680628caef500413c8041fce62cd6e7ddc42029 (patch)
treed1c12c18ab2f5779e76d154bde96c5a88fa74d64 /play.js
parent61a7add46e3692d62b98cf9e1ba94eeb62df9f64 (diff)
downloadfriedrich-7680628caef500413c8041fce62cd6e7ddc42029.tar.gz
fix france home space list
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index 4063a5a..15264b3 100644
--- a/play.js
+++ b/play.js
@@ -567,7 +567,7 @@ function make_fate_card(fc) {
if (fc === 0)
e.className = "card fate reverse"
else
- e.className = "card fate c" + fc
+ e.className = "card fate face c" + fc
e.onclick = on_click_fate_card
return e
}