For some reason the decision to renounce Iconoclasm doesn't even appear on the menu, even though it should.
That's all I'm getting. All the criteria for both the potential for the decision AND actually taking it are fulfilled, at least if I'm reading the code correctly.
That's all I'm getting. All the criteria for both the potential for the decision AND actually taking it are fulfilled, at least if I'm reading the code correctly.
Code:
renounce_iconoclasm = {
icon_religion = orthodox
potential = {
has_dlc = "Charlemagne"
has_landed_title = e_byzantium
religion = iconoclast
NOT = { has_character_flag = renounced_iconoclasm }
}
allow = {
has_landed_title = e_byzantium
has_landed_title = c_byzantion
any_realm_province = { religion = orthodox }
NOT = { trait = zealous }
war = no
NOT = { year = 900 }
}
Upvote
0