summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.ts b/rules.ts
index a54a5cf..00203a0 100644
--- a/rules.ts
+++ b/rules.ts
@@ -2089,7 +2089,7 @@ states.levy_arts_of_war_first = {
view.what = c
let discard = true
for (let lord of data.cards[c].lords) {
- if (is_lord_on_map(lord) && !lord_already_has_capability(lord, c)) {
+ if (is_lord_on_map(lord) && !lord_already_has_capability(lord, c) && can_add_lord_capability(lord)) {
gen_action_lord(lord)
discard = false
}