diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-26 22:08:29 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-26 22:08:29 +0100 |
commit | 68dcceb612caa8372ae483e6ad63e10b43593187 (patch) | |
tree | c99098b9db3d79d7cb423f7aa3fe8b3eed83e2eb | |
parent | 800cb4c7c3915ca92b0a2872097bb57a52bfe017 (diff) | |
download | 1989-dawn-of-freedom-68dcceb612caa8372ae483e6ad63e10b43593187.tar.gz |
Fix for stasi CEH
-rw-r--r-- | rules.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -424,6 +424,7 @@ states.choose_card = { },
card(card) {
push_undo()
+ game.playable_cards[21].playable = 1
game.played_card = card
let find_card
if (game.active === COM) {
@@ -3102,6 +3103,7 @@ function end_round() { game.return = ''
game.valid_cards = []
game.valid_spaces = []
+ game.playable_cards[21].playable = 1
reset_austria_hungary_border_reopened() /*This should be redundant! */
|