summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteisuru <31881306+teisuru@users.noreply.github.com>2023-10-11 20:45:09 +0200
committerTor Andersson <tor@ccxvii.net>2023-12-10 18:16:55 +0100
commit02b760570cb1cc91cfc22f3fffccf8b7bdd8a215 (patch)
tree1359f9233806adb874efdc5af3ae222b490fbfba
parentdf4260ee3384dbaea385c49dee6f2aa9f49be48f (diff)
downloadplantagenet-02b760570cb1cc91cfc22f3fffccf8b7bdd8a215.tar.gz
Levy troops not possible in exile
-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