cic_effect_raise_construction_spirit_civ = {
	if = {
		limit = { has_idea = cic_idea_mil_construction }
		swap_ideas = {
			remove_idea = cic_idea_mil_construction
			add_idea = cic_idea_civ_mil_construction
		}
	}
	else_if = {
		limit = { has_idea = cic_idea_civ_construction }
		swap_ideas = {
			remove_idea = cic_idea_civ_construction
			add_idea = cic_idea_civ_construction2
		}
	}
}

cic_effect_raise_construction_spirit_mil = {
	if = {
		limit = { has_idea = cic_idea_civ_construction }
		swap_ideas = {
			remove_idea = cic_idea_civ_construction
			add_idea = cic_idea_civ_mil_construction
		}
	}
	else_if = {
		limit = { has_idea = cic_idea_mil_construction }
		swap_ideas = {
			remove_idea = cic_idea_mil_construction
			add_idea = cic_idea_mil_construction2
		}
	}
}

