From 520f5f9b2c03dd4fdc2a38231effc803d4c65b91 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sun, 24 Nov 2024 18:30:21 +0000 Subject: Make logging more consistent --- rules.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules.js b/rules.js index 2204c7e..40024ee 100644 --- a/rules.js +++ b/rules.js @@ -5197,7 +5197,7 @@ function vm_sajudis() { if (check_vp()) { return } - log(`Allows play of C${C_THE_BALTIC_WAY} for the event`) + log(`Allows play of C${C_THE_BALTIC_WAY}`) vm_next() } @@ -5304,7 +5304,7 @@ function vm_the_baltic_way_prep() { if (check_vp()) { return } - log(`Allows play of C${C_BREAKAWAY_BALTIC_REPUBLICS} for the event`) + log(`Allows play of C${C_BREAKAWAY_BALTIC_REPUBLICS}`) vm_next() } @@ -5320,7 +5320,7 @@ function vm_the_chinese_solution() { function vm_the_crowd_turns_against_ceausescu() { add_to_persistent_events(C_THE_CROWD_TURNS_AGAINST_CEAUSESCU) - logi(`Power Struggle: Romania. Democrat draws 15 Power Struggle cards and takes 1 Action Round using Ops 3 times the number of Rallies. Allows play of C${C_THE_TYRANT_IS_GONE}`) + logi(`Power Struggle: Romania. Democrat draws 15 Power Struggle cards and takes 1 Action Round using Ops 3 times the number of Rallies. Allows play of C${C_THE_TYRANT_IS_GONE}.`) game.playable_cards.push(C_THE_TYRANT_IS_GONE) vm_next() } -- cgit v1.2.3