diff options
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -892,7 +892,7 @@ function on_update() { ui.played_card.replaceChildren() if (view.played_card > 0) ui.played_card.appendChild(ui.cards[view.played_card]) - if (view.vm_event > 0) + if (view.vm_event > 0 && view.vm_event < 111) ui.played_card.appendChild(ui.cards[view.vm_event]) if (view.power_card_1 > 0) ui.played_card.appendChild(ui.power_cards[view.power_card_1]) |