diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-15 21:35:55 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-15 21:35:55 +0000 |
commit | e7745a392f4fa007fa5df5af619f5ef0d246b068 (patch) | |
tree | 1debd553f83d18795a566df05c23f9231a9c943f | |
parent | 04b355aab33e6c2f92e48cc2feac5a011136bfd5 (diff) | |
download | 1989-dawn-of-freedom-e7745a392f4fa007fa5df5af619f5ef0d246b068.tar.gz |
Update logging of TST 5
-rw-r--r-- | rules.js | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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) |