From 4e575a3795d5a76bc3db68848b23e2b609a51fec Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 9 May 2024 18:22:24 +0200 Subject: fix typo with return congress --- rules.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules.js b/rules.js index 94ca4ef..e68d51f 100644 --- a/rules.js +++ b/rules.js @@ -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 () { -- cgit v1.2.3