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 ceaa918..d4fef10 100644
--- a/rules.ts
+++ b/rules.ts
@@ -3419,7 +3419,7 @@ function can_add_lord_capability(lord: Lord) {
function forbidden_levy_capabilities(c: Card) {
// Some capabilities override the forbidden levy vassals
if (lord_has_capability(game.command, AOW_LANCASTER_TWO_ROSES)) {
- if (c === AOW_LANCASTER_THOMAS_STANLEY || AOW_LANCASTER_MY_FATHERS_BLOOD) {
+ if (c === AOW_LANCASTER_THOMAS_STANLEY || c === AOW_LANCASTER_MY_FATHERS_BLOOD) {
return true
}
}