From 4c1a86f1971328cca921fee04c482ebb007dd2d9 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Mon, 7 Oct 2024 16:56:46 +0100 Subject: log updates with Stasi --- rules.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 6ded040..16a49fa 100644 --- a/rules.js +++ b/rules.js @@ -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' -- cgit v1.2.3