summaryrefslogtreecommitdiff
path: root/data.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-06-21 19:30:13 +0200
committerTor Andersson <tor@ccxvii.net>2024-08-21 00:28:20 +0200
commit98acb0d5392f9e66e26e0ab0c4fa2894beb3a2f5 (patch)
treed86bdaa299c9ad7baf76b90fec8f0de12c79d3e1 /data.js
parent373cff9c9aa7885084cd260f82357998392f884a (diff)
downloadwashingtons-war-98acb0d5392f9e66e26e0ab0c4fa2894beb3a2f5.tar.gz
layout
Diffstat (limited to 'data.js')
-rw-r--r--data.js10
1 files changed, 6 insertions, 4 deletions
diff --git a/data.js b/data.js
index 7053e68..a8305b0 100644
--- a/data.js
+++ b/data.js
@@ -435,14 +435,14 @@ const data = {
"name": "Hartford",
"type": "winter_quarters",
"adjacent": [
- 10,
12,
- 17
+ 17,
+ 51
],
"path": [
- 10,
12,
- 17
+ 17,
+ 51
],
"wilderness": [],
"port": -1,
@@ -1231,10 +1231,12 @@ const data = {
"name": "New Haven",
"type": "regular",
"adjacent": [
+ 10,
11,
62
],
"path": [
+ 10,
11,
62
],