diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-10-29 17:59:05 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-02 08:21:57 +0000 |
commit | 19416752502804d00046456a798569c622e7800c (patch) | |
tree | ebaa5cde30c3b018d25e0dd0f4b92de504fd7f69 /play.js | |
parent | c62df44216dc3b640597ad7d069bd35c0f4bf7fa (diff) | |
download | 1989-dawn-of-freedom-19416752502804d00046456a798569c622e7800c.tar.gz |
Tor updates
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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]) |