diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-24 18:30:21 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-24 18:30:21 +0000 |
commit | 520f5f9b2c03dd4fdc2a38231effc803d4c65b91 (patch) | |
tree | 541d44a389e257c23136ce3586e4637cb0a6b8e5 | |
parent | 33201927811ab28a4cf79a16b07fdf9e5a815139 (diff) | |
download | 1989-dawn-of-freedom-520f5f9b2c03dd4fdc2a38231effc803d4c65b91.tar.gz |
Make logging more consistent
-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() } |