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 3d5e30a..22e7da3 100644
--- a/play.js
+++ b/play.js
@@ -129,7 +129,7 @@ function create_formation_slot(id) {
register_animation(e, 250)
- if (card.name === "Retreat to Nivelles") {
+ if (card.name === "The Fog" || card.name === "Retreat to Nivelles") {
ui.slot_cubes[id] = append_div(e, "slot_cubes")
ui.slot_sticks[id] = append_div(e, "slot_sticks")
} else {