summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/play.js b/play.js
index 3bc336f..2111f0c 100644
--- a/play.js
+++ b/play.js
@@ -892,6 +892,8 @@ 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)
+ 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])
if (view.power_card_2 > 0)