diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-10-07 16:56:46 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-10-07 16:56:46 +0100 |
commit | 4c1a86f1971328cca921fee04c482ebb007dd2d9 (patch) | |
tree | ebb8a3366519f7ab82ddae6683b95c14f2cc9286 /rules.js | |
parent | b283e3c47b5235dd99291612600014c72f35032e (diff) | |
download | 1989-dawn-of-freedom-4c1a86f1971328cca921fee04c482ebb007dd2d9.tar.gz |
log updates with Stasi
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3435,6 +3435,8 @@ function end_round() { game.round_player = DEM
if (game.active !== DEM) {
next_player()
+ } else {
+ log_h3('Democratic Action Round')
}
if (game.democrat_hand.includes(game.stasi_card)) {
game.state = 'stasi_play_card'
|