diff options
-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'
|