revert Alignment
This commit is contained in:
Vannifar 2026-04-25 10:02:11 +02:00
parent 15a5108e23
commit c4b6d9bdeb
250 changed files with 11067 additions and 16365 deletions

View file

@ -292,7 +292,8 @@ court_maintenance.0011 = {
# No owned house banner
NOT = {
any_character_artifact = {
var:banner_house ?= root.house
has_variable = banner_house
var:banner_house = root.house
}
}
AND = {
@ -301,14 +302,15 @@ 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 = {
var:banner_dynasty ?= root.dynasty
has_variable = banner_dynasty
var:banner_dynasty = root.dynasty
}
}
}