diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-24 18:25:48 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-24 18:25:48 +0000 |
commit | 1d055325b491104a8b242efaac4b47d836178ef8 (patch) | |
tree | a4aa1be95a714513799c7fa21d738e8cf3e61f9d | |
parent | d42c42bd1e8625a09e9775e97f52a0b7899ecf2a (diff) | |
download | 1989-dawn-of-freedom-1d055325b491104a8b242efaac4b47d836178ef8.tar.gz |
Improve Eco Glasnost logging
-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() } |