fixes
This commit is contained in:
parent
20689a1d58
commit
04a7645cfa
7 changed files with 128 additions and 27 deletions
|
|
@ -70,6 +70,20 @@ saxon_elective = { #Farmer Elective
|
|||
NOT = { has_trait = incapable }
|
||||
}
|
||||
}
|
||||
add = {
|
||||
type = holder_council_members
|
||||
limit = {
|
||||
is_adult = yes
|
||||
NOT = { has_trait = incapable }
|
||||
}
|
||||
}
|
||||
add = {
|
||||
type = holder_direct_vassals
|
||||
limit = {
|
||||
is_adult = yes
|
||||
NOT = { has_trait = incapable }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
candidate_score = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue