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 6b3cd81..869d55c 100644
--- a/play.js
+++ b/play.js
@@ -120,7 +120,7 @@ function create_formation_slot(id, top) {
e.appendChild(ui.cards[id])
}
- if (card.special || card.name === "The Fog")
+ if (card.special || card.name === "The Fog" || card.name === "Retreat to Nivelles")
ui.slot_cubes[id] = append_div(e, "slot_cubes")
if (!card.special)
ui.slot_sticks[id] = append_div(e, "slot_sticks")