diff options
Diffstat (limited to 'rules.ts')
-rw-r--r-- | rules.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |