From ed2d5925862d2a37f90413eff8f9a25a71170079 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sun, 10 Nov 2024 10:35:15 +0000 Subject: CEH cannot be drawn by Reformer Rehabilitated --- rules.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index a4a8751..ed79e5e 100644 --- a/rules.js +++ b/rules.js @@ -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() { -- cgit v1.2.3