summaryrefslogtreecommitdiff
path: root/data.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-09-28 21:34:34 +0200
committerTor Andersson <tor@ccxvii.net>2024-09-28 21:44:06 +0200
commit24611a0d96685296c0704c54e1abfccd608ff739 (patch)
treeedc949d39d7252a9629386cafcb42a75b8686b01 /data.js
parent0bd1f49fc832a3a022ab2e7201a7227ad7b760e2 (diff)
downloadwashingtons-war-24611a0d96685296c0704c54e1abfccd608ff739.tar.gz
Special case Quebec-Falmouth for Arnold move/intercept/retreat only.
Diffstat (limited to 'data.js')
-rw-r--r--data.js12
1 files changed, 3 insertions, 9 deletions
diff --git a/data.js b/data.js
index ec8ea3f..dcfe949 100644
--- a/data.js
+++ b/data.js
@@ -297,15 +297,12 @@ const data = {
"name": "Quebec",
"type": "fortified_port",
"adjacent": [
- 1,
- 31
+ 1
],
"path": [
1
],
- "wilderness": [
- 31
- ],
+ "wilderness": [],
"port": 0,
"colony": 0,
"x": 1163,
@@ -845,7 +842,6 @@ const data = {
"name": "Falmouth",
"type": "regular",
"adjacent": [
- 3,
7,
29
],
@@ -853,9 +849,7 @@ const data = {
7,
29
],
- "wilderness": [
- 3
- ],
+ "wilderness": [],
"port": 1,
"colony": 3,
"x": 1374,