diff options
-rw-r--r-- | rules.js | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2184,6 +2184,8 @@ states.honecker ={ extra() { push_undo() game.round++ + log(`Communist chooses to take an extra Action Round due to C${C_HONECKER}`) + log_h2(`Action Round ${game.round}`) game.round_player = COM game.persistent_events = game.persistent_events.filter(n => n !== C_HONECKER) game.state = 'choose_card' @@ -4878,7 +4880,7 @@ function vm_add_limited_infl() { function vm_do_add_limited_infl(space, max_infl) { push_undo() - log_summary(`Added £ SP in %${space}.`) + log_summary(`Added £ SP in %${space}`) game.vm_available_ops -- if (!game.vm_influence_added) { |