diff options
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |