diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-10-28 17:46:35 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-02 08:16:41 +0000 |
commit | 0e852be2acf9062eb77e3c60349e8837a3682076 (patch) | |
tree | d5aa133957b61a73468a9696569db44c1a81012f /rules.js | |
parent | 3475bfc74ab6ed8c8c387a77ed58450dc3ef393d (diff) | |
download | 1989-dawn-of-freedom-0e852be2acf9062eb77e3c60349e8837a3682076.tar.gz |
Fix log for Honecker
Diffstat (limited to 'rules.js')
-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) { |