diff options
Diffstat (limited to 'rules.js')
-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) |