summaryrefslogtreecommitdiff
path: root/tools/gendata.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gendata.js')
-rw-r--r--tools/gendata.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gendata.js b/tools/gendata.js
index 2f4d90d..9e7cdf2 100644
--- a/tools/gendata.js
+++ b/tools/gendata.js
@@ -347,10 +347,12 @@ road("Ravenspur", "Lincoln")
// one-way road from Scotland to Bamburgh
locales[locmap.Scotland].paths.push(locmap.Bamburgh)
+locales[locmap.Scotland].adjacent.push(locmap.Bamburgh)
map_set(ways[locmap.Scotland], locmap.Bamburgh, "path")
// one-way road from Scotland to Carlisle
locales[locmap.Scotland].paths.push(locmap.Carlisle)
+locales[locmap.Scotland].adjacent.push(locmap.Carlisle)
map_set(ways[locmap.Scotland], locmap.Carlisle, "path")
let sea_1 = locmap["North Sea"]