summaryrefslogtreecommitdiff
path: root/rules.ts
diff options
context:
space:
mode:
Diffstat (limited to 'rules.ts')
-rw-r--r--rules.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.ts b/rules.ts
index 62ed47d..7ea5168 100644
--- a/rules.ts
+++ b/rules.ts
@@ -3784,7 +3784,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
}