summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index 0593375..8541df9 100644
--- a/rules.js
+++ b/rules.js
@@ -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) {