summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index 0f6a879..cf060b2 100644
--- a/rules.js
+++ b/rules.js
@@ -3094,7 +3094,7 @@ function goto_command() {
game.actions += 1;
}
}
- if (lord_has_capability(game.command, AOW_YORK_THOMAS_BOURCHIER) && is_city(here)) {
+ if (lord_has_capability(game.command, AOW_YORK_THOMAS_BOURCHIER) && is_city(here) && is_friendly_locale(here)) {
logcap(AOW_YORK_THOMAS_BOURCHIER);
game.actions += 1;
}