diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -432,6 +432,7 @@ states.choose_card = { },
card(card) {
push_undo()
+ game.view_opp_hand = false
game.played_card = card
let find_card
if (game.active === COM) {
@@ -7522,6 +7523,7 @@ CODE[45] = [ // Soviet Troop Withdrawals* CODE[46] = [ // Goodbye Lenin!*
[ vm_goodbye_lenin ],
[ vm_permanently_remove ],
+ [ vm_opp_hand_false ],
[ vm_return ],
]
|