From 1d055325b491104a8b242efaac4b47d836178ef8 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sun, 24 Nov 2024 18:25:48 +0000 Subject: Improve Eco Glasnost logging --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.js b/rules.js index 18b318d..4b2965d 100644 --- a/rules.js +++ b/rules.js @@ -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() } -- cgit v1.2.3