diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2025-01-09 17:17:06 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2025-01-09 17:17:06 +0000 |
commit | d734057ed4d53c8ad25dc4abd768380f8a887ec1 (patch) | |
tree | b0521422b9eb227328db4cd692118449bdf828fd | |
parent | 7a7ee7a5c19974ded7d0e63006069ad9f342f41a (diff) | |
download | 1989-dawn-of-freedom-d734057ed4d53c8ad25dc4abd768380f8a887ec1.tar.gz |
Fix We Are the People and unflushed summary
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3773,6 +3773,7 @@ function finish_the_wall() { } function finish_we_are_the_people() { + summary_flush() game.valid_spaces = [...S_EAST_GERMANY] game.vm_max_infl = 2 game.vm_available_ops = game.vm_influence_added[S_LUTHERAN_CHURCH] |