diff options
-rw-r--r-- | rules.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3394,7 +3394,7 @@ function remove_isolated_british_pc_segment() { remove_pc(space); } -function gen_return_continental_congress() { +function gen_place_continental_congress() { let n = 0; for (let space in SPACES) { if (SPACES[space].colony != 'CA') { @@ -3423,7 +3423,7 @@ states.return_continental_congress = { gen_pass(); }, place_continental_congress: function (where) { - game.congess = where; + game.congress = where; goto_political_control_phase_2(); }, pass: function () { |