diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2025-02-03 23:08:14 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2025-02-03 23:08:14 +0000 |
commit | a1d24bcd9037e2dff54821f1ff0572a0c799baa6 (patch) | |
tree | 74c752f7cb07035ce84d8ac0d424b04e34613398 /rules.js | |
parent | 9d7e76571120396020a87a23b311804820fee945 (diff) | |
download | 1989-dawn-of-freedom-a1d24bcd9037e2dff54821f1ff0572a0c799baa6.tar.gz |
Add summary_flush to Crowd Turns Against Ceausescu add influence
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1306,6 +1306,7 @@ states.the_crowd_turns_against_ceausescu_infl = { if (game.return !== game.active) { change_player() } + summary_flush() log_h5('Raise the Stakes') log(`${game.active}:`) game.state = 'raise_stakes_1' |