From c1a35792226f62cf9ca896eea386d9038a482ec2 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sat, 5 Oct 2024 18:57:12 +0100 Subject: Fix We Are the People --- rules.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/rules.js b/rules.js index a550f04..597064a 100644 --- a/rules.js +++ b/rules.js @@ -5784,6 +5784,9 @@ function vm_warsaw_pact_summit() { function vm_we_are_the_people() { if (game.demInfl[6] > 0) {game.valid_spaces = [6]} game.persistent_events.push(48) + if (!game.vm_influence_added) { + game.vm_influence_added = {}; + } game.vm_influence_added[6] = 0 game.vm_available_ops = 4 game.state = 'vm_we_are_the_people_remove' @@ -7025,6 +7028,13 @@ states.vm_inflationary_currency_discard = { //game.state = 'vm_support_check_prep' }, done() { + if (!game.vm_infl_to_do) { + if(game.round_player === DEM) { + game.return = COM + } else { + game.return = DEM + } + } vm_next() } } -- cgit v1.2.3