summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-09-17 15:27:01 +0100
committeriainp5 <iain.pearce.ip@gmail.com>2024-09-17 15:27:01 +0100
commit3d1aa11f26a98496ce5dcd843ea525ef3e84ba7d (patch)
treebd34c456ecfb590ab93fc31eaa6ed1d97c25c1f9
parenta05f059637791938c11fb355c55a767ddd630c83 (diff)
download1989-dawn-of-freedom-3d1aa11f26a98496ce5dcd843ea525ef3e84ba7d.tar.gz
Updates to Goodbye Lenin
-rw-r--r--rules.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index d936001..2812166 100644
--- a/rules.js
+++ b/rules.js
@@ -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 ],
]