diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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() } |