summaryrefslogtreecommitdiff
path: root/data.js
diff options
context:
space:
mode:
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
],