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 6d64554..f965b42 100644
--- a/rules.js
+++ b/rules.js
@@ -6652,7 +6652,7 @@ function can_action_stone_kremlin() {
let here = get_lord_locale(game.command)
if (is_fort(here) || is_city(here) || here === LOC_NOVGOROD) {
- if (has_walls(here))
+ if (has_walls(here) || !is_friendly_locale(here))
return false
return true
}