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