summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-12-20 08:11:00 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2024-12-20 08:11:00 +0000
commit569fa9e276b0941e586494fc8bc83487af5e6a81 (patch)
treea6b7db46064b9cb48b74d2176488a00e6ccfdd45 /play.js
parentc1353e54023269d58debec272514fc45dc0c7577 (diff)
download1989-dawn-of-freedom-569fa9e276b0941e586494fc8bc83487af5e6a81.tar.gz
Fix General Strike and scoring cards
Diffstat (limited to 'play.js')
-rw-r--r--play.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/play.js b/play.js
index 3bc336f..5b97210 100644
--- a/play.js
+++ b/play.js
@@ -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])