﻿roman_patriarchate_scripted_effect = { #What does this do?
	if = {
		every_faith = {
			limit = {
				religious_head = title:k_papal_state
				NOT = { this = root.faith }
			}
		}
	}
}