diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-21 12:59:13 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-21 12:59:13 +0100 |
commit | 4a3f47395483278164201972daf36beeab605679 (patch) | |
tree | e3c6c174848432abbcb64dde272a7e190fab475e | |
parent | 5be9f1b638ddd61b7bc0e917473ba9bef3708386 (diff) | |
download | 1989-dawn-of-freedom-4a3f47395483278164201972daf36beeab605679.tar.gz |
Fix for finish support check
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) {
|