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 4c515af..ed7a7cf 100644
--- a/rules.ts
+++ b/rules.ts
@@ -3220,7 +3220,7 @@ function can_add_troops_sof(lord: Lord, locale: Locale) {
// === 3.4.5 LEVY TRANSPORT
function can_add_transport(who: Lord, what: Asset) {
- return get_lord_assets(who, what) < 100
+ return get_lord_assets(who, what) < 14
}
// === 3.4.6 LEVY CAPABILITY ===