From 0028e8d36b7cd8879a45ff367987124527d00f4d Mon Sep 17 00:00:00 2001 From: iainp5 Date: Thu, 7 Nov 2024 12:28:49 +0000 Subject: Smooth We Are the People transitions --- rules.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rules.js') diff --git a/rules.js b/rules.js index c1a57d5..cb5a608 100644 --- a/rules.js +++ b/rules.js @@ -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() -- cgit v1.2.3