From 19416752502804d00046456a798569c622e7800c Mon Sep 17 00:00:00 2001 From: iainp5 Date: Tue, 29 Oct 2024 17:59:05 +0000 Subject: Tor updates --- play.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'play.js') diff --git a/play.js b/play.js index 536beb6..c7e20ca 100644 --- a/play.js +++ b/play.js @@ -639,6 +639,12 @@ function on_update() { // UPDATE CARD DISPLAYS + ui.played_card.replaceChildren() + +/* ui.played_power_card.replaceChildren() + if (view.played_power_card > 0) + ui.played_power_card.appendChild(ui.power_cards[view.played_power_card])*/ + ui.samizdat_card.replaceChildren() if (view.samizdat > 0) ui.samizdat_card.appendChild(ui.cards[view.samizdat]) -- cgit v1.2.3