From e7745a392f4fa007fa5df5af619f5ef0d246b068 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sun, 15 Dec 2024 21:35:55 +0000 Subject: Update logging of TST 5 --- rules.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rules.js b/rules.js index 4ffdb52..5ff46cf 100644 --- a/rules.js +++ b/rules.js @@ -986,7 +986,7 @@ states.tst_goddess = { game.state = 'tst_goddess_draw' }, pass() { - log('Did not discard') + log('Did not discard.') end_goddess() }, } @@ -4065,6 +4065,10 @@ function new_turn() { continue game.valid_cards.push(card) } + if (game.active === DEM) + log('Democrat:') + else + log('Communist:') game.state = 'tst_goddess' } else { log_h2("Action Round " + game.round) -- cgit v1.2.3