diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-16 19:29:38 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-16 19:29:38 +0000 |
commit | 95b2bf3f54e2f2cc2b702afd622fd2bcb1207035 (patch) | |
tree | 8eaa2e51b2fe2c233ee6b2809c8fbcfe69345035 | |
parent | d28016b32104bc6f5c9baef739e20731b1aaaf42 (diff) | |
download | 1989-dawn-of-freedom-95b2bf3f54e2f2cc2b702afd622fd2bcb1207035.tar.gz |
Update Honecker logging
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1988,7 +1988,7 @@ states.honecker = { extra() { push_undo() game.round++ - log(`Communist chooses to take an extra Action Round due to C${C_HONECKER}`) + log_gap(`Communist chooses to take an extra Action Round due to C${C_HONECKER}`) log_round() game.round_player = COM permanently_remove(C_HONECKER) |