summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-11-24 18:25:48 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2024-11-24 18:25:48 +0000
commit1d055325b491104a8b242efaac4b47d836178ef8 (patch)
treea4aa1be95a714513799c7fa21d738e8cf3e61f9d
parentd42c42bd1e8625a09e9775e97f52a0b7899ecf2a (diff)
download1989-dawn-of-freedom-1d055325b491104a8b242efaac4b47d836178ef8.tar.gz
Improve Eco Glasnost logging
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
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()
}