diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -432,7 +432,6 @@ states.choose_card = { },
card(card) {
push_undo()
- game.view_opp_hand = false
game.played_card = card
let find_card
if (game.active === COM) {
@@ -5813,6 +5812,7 @@ states.vm_goodbye_lenin = { },
ops() {
log('C46 played for operations')
+ game.view_opp_hand = false
game.state = 'vm_goodbye_lenin_ops'
}
}
|