Alignment
This commit is contained in:
parent
f7a954eb51
commit
15a5108e23
250 changed files with 31104 additions and 25806 deletions
|
|
@ -292,8 +292,7 @@ court_maintenance.0011 = {
|
|||
# No owned house banner
|
||||
NOT = {
|
||||
any_character_artifact = {
|
||||
has_variable = banner_house
|
||||
var:banner_house = root.house
|
||||
var:banner_house ?= root.house
|
||||
}
|
||||
}
|
||||
AND = {
|
||||
|
|
@ -302,15 +301,14 @@ court_maintenance.0011 = {
|
|||
this = dynasty.dynast # Dynasty Head
|
||||
any_parent = { # Parent landless
|
||||
employer = prev
|
||||
dynasty = prev.dynasty
|
||||
dynasty ?= prev.dynasty
|
||||
this = dynasty.dynast
|
||||
}
|
||||
}
|
||||
# Dynasty banner does not exist
|
||||
NOT = {
|
||||
any_character_artifact = {
|
||||
has_variable = banner_dynasty
|
||||
var:banner_dynasty = root.dynasty
|
||||
var:banner_dynasty ?= root.dynasty
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue