diff options
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6470,6 +6470,7 @@ states.vm_goodbye_lenin = { card(card) { push_undo() log(`Chose to play C${card} for the event`) + log(`C${card}:`) let card_index = game.communist_hand.indexOf(card) game.communist_hand.splice(card_index, 1) game.vm_event = card |