From 33c73232d062f0d5a1a58979a0518947769ecb3b Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 29 Nov 2024 16:44:55 +0100 Subject: Carlisle and Bamburgh are adjacent to Scotland (one-way). Fixes bug with Supply not being traceable per 4.5.1 exception. --- tools/gendata.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') 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"] -- cgit v1.2.3