diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-10 10:35:15 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-10 10:35:15 +0000 |
commit | ed2d5925862d2a37f90413eff8f9a25a71170079 (patch) | |
tree | d743d3aa98db3dc4b2af7daa978713a9d4765523 /rules.js | |
parent | 66a068a7191804a10647a91b56c57524f2f9ee3b (diff) | |
download | 1989-dawn-of-freedom-ed2d5925862d2a37f90413eff8f9a25a71170079.tar.gz |
CEH cannot be drawn by Reformer Rehabilitated
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5117,6 +5117,7 @@ function vm_reformer_rehabilitated () { for (let card of game.strategy_discard) { if (!event_is_playable(card)) continue if (card === game.played_card) continue + if (card === C_COMMON_EUROPEAN_HOME) continue if (scoring_cards.includes(card)) continue game.valid_cards.push(card) @@ -5309,7 +5310,7 @@ function vm_the_tyrant_is_gone() { function vm_the_tyrant_is_gone_prep() { add_to_persistent_events(C_THE_TYRANT_IS_GONE) logi(`After C${C_THE_CROWD_TURNS_AGAINST_CEAUSESCU} occurs, remove 4 Commuist SPs from the Romanian Elite space. The Democrats choose where the Ceausescus flee to`) - vm_next() + vm_next() } function vm_tyrant_block() { |