diff --git a/common/on_action/wc_theramore_task_on_actions.txt b/common/on_action/wc_theramore_task_on_actions.txt index 13dc479b69..1bdb992a82 100644 --- a/common/on_action/wc_theramore_task_on_actions.txt +++ b/common/on_action/wc_theramore_task_on_actions.txt @@ -340,14 +340,30 @@ on_title_gain_custom_te = { if = { limit = { has_culture = culture:theramore - scope:title = { tier = tier_kingdom } + scope:title = { tier >= tier_kingdom } NOT = { has_global_variable = theramore_kingdom_created } } set_global_variable = theramore_kingdom_created + #So if jaina inherits kul tiras it wont be renamed, and theramore cant get unique kingdom anymore if this happens because of global var scope:title = { - set_coa = d_theramore - set_title_name = d_theramore - set_color_from_title = title:b_theramore + if = { + limit = { + OR = { + this = title:k_dustwallow + this = title:k_eldarath + this = title:k_azuremyst + this = title:k_bosaresh + this = title:k_lei_dao + this = title:k_pearlfin + this = title:k_south_islands + this = title:k_borean_tundra + this = title:k_utgarde + } + } + set_coa = d_theramore + set_title_name = d_theramore + set_color_from_title = title:b_theramore + } } } if = {