so much event updating

This commit is contained in:
trashmasteruni 2026-04-25 13:36:44 +02:00
parent c4b6d9bdeb
commit 811167944e
135 changed files with 4885 additions and 297691 deletions

View file

@ -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
}
}
}