We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
To get rid of the "once in a lifetime" requirement (for all rulers), remove these lines from crown_authority_1, crown_authority_2, crown_authority_3, and crown_authority_4 in common/laws/emf_crown_laws.txt:
Code:
custom_tooltip = {
text = emf_laws_ctt_ca_change_cooldown # "Crown Authority for this title has NOT already been raised by this ruler"
hidden_tooltip = {
holder_scope = { NOT = { has_character_flag = emf_ca_cooldown_@PREV } }
}
}