@@ -94,6 +94,8 @@ change_seniority_succession_law = {
9494 any_demesne_title = { # All titles
9595 limit = { is_crown_law_title = yes }
9696
97+ set_title_flag = non_manual_law_change # No prestige loss
98+
9799 trigger_switch = {
98100 on_trigger = has_law
99101
@@ -102,6 +104,8 @@ change_seniority_succession_law = {
102104 crown_authority_3 = { add_law = crown_authority_2 }
103105 crown_authority_4 = { add_law = crown_authority_3 }
104106 }
107+
108+ clr_title_flag = non_manual_law_change # No prestige loss
105109 }
106110 }
107111 }
@@ -301,6 +305,8 @@ change_primogeniture_succession_law = {
301305 any_demesne_title = { # All titles
302306 limit = { is_crown_law_title = yes }
303307
308+ set_title_flag = non_manual_law_change # No prestige loss
309+
304310 trigger_switch = {
305311 on_trigger = has_law
306312
@@ -309,6 +315,8 @@ change_primogeniture_succession_law = {
309315 crown_authority_3 = { add_law = crown_authority_2 }
310316 crown_authority_4 = { add_law = crown_authority_3 }
311317 }
318+
319+ clr_title_flag = non_manual_law_change # No prestige loss
312320 }
313321 }
314322 }
@@ -506,6 +514,8 @@ change_feudal_elective_succession_law = {
506514 any_demesne_title = { # All titles
507515 limit = { is_crown_law_title = yes }
508516
517+ set_title_flag = non_manual_law_change # No prestige loss
518+
509519 trigger_switch = {
510520 on_trigger = has_law
511521
@@ -514,12 +524,16 @@ change_feudal_elective_succession_law = {
514524 crown_authority_3 = { add_law = crown_authority_2 }
515525 crown_authority_4 = { add_law = crown_authority_3 }
516526 }
527+
528+ clr_title_flag = non_manual_law_change # No prestige loss
517529 }
518530 }
519531 }
520532 }
521533
522534 on_success_title = {
535+ set_title_flag = non_manual_law_change # No prestige loss
536+
523537 if = {
524538 limit = {
525539 OR = {
@@ -532,6 +546,8 @@ change_feudal_elective_succession_law = {
532546 else = {
533547 add_law_w_cooldown = succ_feudal_elective
534548 }
549+
550+ clr_title_flag = non_manual_law_change # No prestige loss
535551 }
536552
537553 on_fail = {
@@ -728,6 +744,8 @@ change_gavelkind_succession_law = {
728744 any_demesne_title = {
729745 limit = { is_crown_law_title = yes }
730746
747+ set_title_flag = non_manual_law_change # No prestige loss
748+
731749 trigger_switch = {
732750 on_trigger = has_law
733751
@@ -736,6 +754,8 @@ change_gavelkind_succession_law = {
736754 crown_authority_3 = { add_law = crown_authority_2 }
737755 crown_authority_4 = { add_law = crown_authority_3 }
738756 }
757+
758+ clr_title_flag = non_manual_law_change # No prestige loss
739759 }
740760 }
741761 }
@@ -949,6 +969,8 @@ lower_crown_authority_law = {
949969 }
950970
951971 on_success_title = {
972+ set_title_flag = non_manual_law_change # No prestige loss
973+
952974 trigger_switch = { # lower crown authority
953975 on_trigger = has_law
954976
@@ -957,6 +979,8 @@ lower_crown_authority_law = {
957979 crown_authority_3 = { add_law_w_cooldown = crown_authority_2 }
958980 crown_authority_4 = { add_law_w_cooldown = crown_authority_3 }
959981 }
982+
983+ clr_title_flag = non_manual_law_change # No prestige loss
960984 }
961985
962986 on_fail = {
@@ -1162,6 +1186,8 @@ lower_tribal_organization_law = {
11621186 }
11631187
11641188 on_success_title = {
1189+ set_title_flag = non_manual_law_change # No prestige loss
1190+
11651191 trigger_switch = { # lower tribal organization
11661192 on_trigger = has_law
11671193
@@ -1170,6 +1196,8 @@ lower_tribal_organization_law = {
11701196 tribal_organization_3 = { add_law_w_cooldown = tribal_organization_2 }
11711197 tribal_organization_4 = { add_law_w_cooldown = tribal_organization_3 }
11721198 }
1199+
1200+ clr_title_flag = non_manual_law_change # No prestige loss
11731201 }
11741202
11751203 on_fail = {
@@ -2058,10 +2086,14 @@ cb_install_antiking = {
20582086 }
20592087
20602088 primary_title = {
2089+ set_title_flag = non_manual_law_change # No prestige loss
2090+
20612091 if = {
20622092 limit = { has_law = investiture_law_1 }
20632093 add_law_w_cooldown = investiture_law_0
20642094 }
2095+
2096+ clr_title_flag = non_manual_law_change # No prestige loss
20652097 }
20662098 }
20672099
@@ -2200,6 +2232,8 @@ powerful_vassal_takeover_war = {
22002232 }
22012233
22022234 on_success_title = {
2235+ set_title_flag = non_manual_law_change # No prestige loss
2236+
22032237 if = {
22042238 limit = { has_law = law_voting_power_0 }
22052239 add_law_w_cooldown = law_voting_power_1
@@ -2243,6 +2277,8 @@ powerful_vassal_takeover_war = {
22432277 }
22442278 }
22452279
2280+ clr_title_flag = non_manual_law_change # No prestige loss
2281+
22462282 holder_scope = {
22472283 show_scope_change = no
22482284
0 commit comments