From 4a3f47395483278164201972daf36beeab605679 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sat, 21 Sep 2024 12:59:13 +0100 Subject: Fix for finish support check --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.js b/rules.js index 7e5339e..ab50255 100644 --- a/rules.js +++ b/rules.js @@ -718,7 +718,7 @@ states.finish_support_check_prep = { }, sc(space) { push_undo() - + game.selected_space = find_space_index(space) // Check for Austria-Hungary Border Reopened - check on first support check only //console.log('game.austria_hungary_border_reopened_checked', game.austria_hungary_border_reopened_checked) if (game.available_ops > 1) { -- cgit v1.2.3