On Action
on_international_organization_disbanded
sent to each country that's a member of an IO when it's disbanded root = country
Definitionin_game/common/on_action/_hardcoded.txt:4077
4078effect = {
4079if = {
4080limit = {
4081religion = {
4082has_autocephalous_patriarchates = yes
}
4084not = {
4085is_member_of_international_organization_of_type = {
4086type = autocephalous_patriarchate
}
}
}
4091fire_generic_action = {
4092type = join_autocephalous_patriarchate
4093actor = root
4094recipient = root.religion
}
}
}