﻿regula_religious_proclamation_setup = {
	if = {
		limit = {
			NOT = { has_global_variable = regula_religious_tenet_count }
		}
		set_global_variable = {
			name = regula_religious_tenet_count
			value = 1
		}
	}
}

regula_religious_proclamation_tenet_count_decrease = {
	change_global_variable = {
		name = regula_religious_tenet_count
		subtract = 1
	}
}

regula_religious_proclamation_tenet_count_increase = {
	change_global_variable = {
		name = regula_religious_tenet_count
		add = 1
	}
}
