From 569fa9e276b0941e586494fc8bc83487af5e6a81 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Fri, 20 Dec 2024 08:11:00 +0000 Subject: Fix General Strike and scoring cards --- play.js | 1 + 1 file changed, 1 insertion(+) (limited to 'play.js') 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]) -- cgit v1.2.3