From 65d2a2e3f45193ebf6f6c1777af80655af44e1ee Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sun, 9 Feb 2025 17:37:46 +0000 Subject: Fix Warsaw Pact Summit and Systematisation --- rules.js | 1 + 1 file changed, 1 insertion(+) (limited to 'rules.js') diff --git a/rules.js b/rules.js index b0759d9..00c31fc 100644 --- a/rules.js +++ b/rules.js @@ -7906,6 +7906,7 @@ states.vm_warsaw_pact_summit = { influence() { push_undo() for (let i = 0; i < spaces.length; i++) { + if (game.systematization && game.systematization === i) continue let space = spaces[i] if (game.demInfl[i] === 0) { game.valid_spaces.push(space.space_id) -- cgit v1.2.3