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 93bde3d..662bfea 100644
--- a/rules.js
+++ b/rules.js
@@ -1642,7 +1642,7 @@ function is_friendly_locale(loc) {
}
function can_add_troops(lordwho, locale) {
- if (has_exhausted_marker(locale))
+ if (has_exhausted_marker(locale) || is_exile(locale))
return false
else
return true