diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-07 12:28:49 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-07 12:28:49 +0000 |
commit | 0028e8d36b7cd8879a45ff367987124527d00f4d (patch) | |
tree | 31b9b4721e39d4705b76d4071611683259421b35 | |
parent | 93789d5d423850b2123a8816f6ee32ccbbc67e6e (diff) | |
download | 1989-dawn-of-freedom-0028e8d36b7cd8879a45ff367987124527d00f4d.tar.gz |
Smooth We Are the People transitions
-rw-r--r-- | rules.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7461,6 +7461,10 @@ states.vm_we_are_the_people_remove = { }, space(space) { remove_infl(space, 'vm_available_ops') + if (game.vm_influence_added[S_LUTHERAN_CHURCH] === 4) { + game.valid_spaces = [...S_EAST_GERMANY] + game.state = 'vm_we_are_the_people_add' + } }, done() { do_log_summary() |