From 24611a0d96685296c0704c54e1abfccd608ff739 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 28 Sep 2024 21:34:34 +0200 Subject: Special case Quebec-Falmouth for Arnold move/intercept/retreat only. --- data.js | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'data.js') 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, -- cgit v1.2.3