summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-10-28 17:46:35 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2024-10-28 17:46:35 +0000
commitf3f081112743272aca1aecc66344e10e787dc954 (patch)
treed0d58d966fc0e3b03b8c798e1a3f5f7c8ec1bfc9
parent6a884f647be0060cbdab7300a8afa850425a60a1 (diff)
download1989-dawn-of-freedom-f3f081112743272aca1aecc66344e10e787dc954.tar.gz
Fix log for Honecker
-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) {