summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index 54aaeac..ac6fa04 100644
--- a/rules.js
+++ b/rules.js
@@ -2372,7 +2372,7 @@ function end_move(stop) {
function path_type(from, to) {
if ((from === QUEBEC && to === FALMOUTH) || (to === QUEBEC && from === FALMOUTH))
- return "wilderness"
+ return (game.active === P_BRITAIN) ? "sea" : "wilderness"
if (set_has(SPACES[from].path, to))
return "path"
if (set_has(SPACES[from].wilderness, to))