summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
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
}