From 7680628caef500413c8041fce62cd6e7ddc42029 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 4 Jun 2024 21:51:57 +0200 Subject: fix france home space list --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.js') 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 } -- cgit v1.2.3