diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-16 10:53:41 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-16 11:46:21 +0100 |
commit | e7cf7b5eb6530811900e0f62a4d20d383520d57a (patch) | |
tree | edec0879ec490826171657c4b0759e584d4f44cf /rules.js | |
parent | c54cbff36f1915aaf949e980a6e1dca363dd93fc (diff) | |
download | 1989-dawn-of-freedom-e7cf7b5eb6530811900e0f62a4d20d383520d57a.tar.gz |
Fix to Kremlin Coup
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -5863,9 +5863,7 @@ states.vm_kremlin_coup_sc_prep = { },
prompt() {
view.prompt = `Conduct a support check in ${game.vm_active_country}'s Bureaucratic space.`
- for (let space_id of game.temp) {
- gen_action_sc(spaces[space_id].name_unique);
- }
+ gen_action_sc(spaces[game.temp].name_unique);
},
sc(space) {
game.selected_space = find_space_index(space)
|