diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-17 15:27:01 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-17 15:27:01 +0100 |
commit | 3d1aa11f26a98496ce5dcd843ea525ef3e84ba7d (patch) | |
tree | bd34c456ecfb590ab93fc31eaa6ed1d97c25c1f9 | |
parent | a05f059637791938c11fb355c55a767ddd630c83 (diff) | |
download | 1989-dawn-of-freedom-3d1aa11f26a98496ce5dcd843ea525ef3e84ba7d.tar.gz |
Updates to Goodbye Lenin
-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 ],
]
|