diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-20 08:11:00 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-20 08:11:00 +0000 |
commit | 569fa9e276b0941e586494fc8bc83487af5e6a81 (patch) | |
tree | a6b7db46064b9cb48b74d2176488a00e6ccfdd45 /play.js | |
parent | c1353e54023269d58debec272514fc45dc0c7577 (diff) | |
download | 1989-dawn-of-freedom-569fa9e276b0941e586494fc8bc83487af5e6a81.tar.gz |
Fix General Strike and scoring cards
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -881,6 +881,7 @@ function on_update() { document.getElementById("discard_panel").classList.add("hide") ui.removed.replaceChildren() + console.log('view.strategy_removed', view.strategy_removed) for (let c of view.strategy_removed) ui.removed.appendChild(ui.cards[c]) |