summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-05-09 18:22:24 +0200
committerTor Andersson <tor@ccxvii.net>2024-05-09 18:22:24 +0200
commit322eacc74f72f69625bb5d281ce6a5e5c1dd7cf3 (patch)
tree412d83602a76b7a44294aea24950a774328e6901 /rules.js
parent9926d6955fb30e9e17312ffeacfc21a4766d8208 (diff)
downloadwashingtons-war-322eacc74f72f69625bb5d281ce6a5e5c1dd7cf3.tar.gz
fix typo with return congress
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js4
1 files 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 () {