political_decisions = {
	egyptological_excavations = {
		potential = {
			civilized = yes
			nationalism_n_imperialism = 1
			exists = EGY
			1767 = {
				owned_by = EGY
			}
			NOT = {
				has_global_flag = tutankhamun_found
				has_country_modifier = egyptian_excavations
				has_country_modifier = international_negotiations
			}
		}
		
		allow = {
			prestige = 25
		}
		
		effect = {		
			EGY = {
				country_event = 19040
			}
			add_country_modifier = {
				name = international_negotiations
				duration = 730
			}
		}
	}
	
	forced_egyptological_excavations = {
		potential = {
			civilized = yes
			nationalism_n_imperialism = 1
			OR = {
				owns = 1767
				1767 = {
					owner = {
						in_sphere = THIS
					}
				}
			}
			NOT = {
				has_global_flag = tutankhamun_found
				has_country_modifier = egyptian_excavations
			}
		}
		
		allow = {
			civilized = yes
			owns = 1767
		}
		
		effect = {
			add_country_modifier = {
				name = egyptian_excavations
				duration = -1
			}
		}
	}
	
	the_congo_conference = {
		potential = {
			is_greater_power = yes
			invention = mission_to_civilize
			invention = expansionism
			year = 1880
			NOT = {
				has_global_flag = congo_conference_held
			}
		}
		allow = {
			NOT = {
				owns = 1982
				owns = 1986
				owns = 1987
				owns = 1993
				owns = 1996
			}
		}
		
		effect = {
			prestige = 25
			BEL_1977 = {
				add_core = CNG
			}
			BEL_1984 = {
				add_core = CNG
			}
			BEL_1987 = {
				add_core = CNG
			}
			BEL_1990 = {
				add_core = CNG
			}
			BEL_1992 = {
				add_core = CNG
			}
			set_country_flag = hosting_the_congo_conference
			set_global_flag = congo_conference_held
		}
	}
	annex_the_congo = {
		potential = {
			CNG = {
				vassal_of = THIS
			}
			has_global_flag = congo_reform_association_active
		}
		
		allow = {
			CNG = {
				badboy = 6
			}
		}
		
		effect = {
			CNG = {
				government = hms_government
			}
			inherit = CNG
			prestige = -40
			remove_country_modifier = the_congo_reform_association
		}
	}
}