diff options
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2833,7 +2833,6 @@ function get_aftermath_roll() { function add_to_persistent_events(card) { game.persistent_events.push(card) remove_from_discard(card) - //let silent_cards = [C_SYSTEMATIZATION, C_FOREIGN_CURRENCY_DEBT_BURDEN] if (is_auto_resolve(card)) {log_gap(`C${card}:`)} } @@ -4791,6 +4790,7 @@ function vm_domino_theory_pass() { function vm_eco_glasnost() { add_to_persistent_events(C_ECO_GLASNOST) + log(`C${C_ECO_GLASNOST}:`) logi(`+1 VP for Communist support checks in Ruse for the rest of the game`) vm_next() } |