political_actions = {
TUN_change_flag = {
icon = generic_political_discourse
		allowed = { 
			original_tag = TUN 
		}
		cost = 0
		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision TUN_change_flag"
		}
		remove_effect = {
			country_event = tunflav.21
		}
	}
}

TUN_faction_decisions = {
TUN_join_germany = {# join Reichspakt
icon = generic_agreement
		allowed = { original_tag = TUN }
		available = {
			is_in_faction = no
			is_subject = no
			GER = {
				is_faction_leader = yes
			}
			NOT = {
				has_socialist_government = yes
			}
		}
		visible = {
		}
		ai_will_do = {
			base = 0
			modifier = {
				add = 10
				date > 1940.1.1
				has_war = no
			}
		}
		fire_only_once = yes
		cost = 100
		days_remove = 15

		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision TUN_join_germany"
		}
		remove_effect = {
		GER = {
			country_event = sharedafrika.2
			}
		}
	}
TUN_join_ottomans = {# join Ottomans
icon = generic_agreement
		allowed = { original_tag = TUN }
		available = {
			is_in_faction = no
			is_subject = no
			NOT = {
				has_socialist_government = yes
			}
			TUR = {
			is_faction_leader = yes
			}
		}
		ai_will_do = {
			base = 0
			modifier = {
				add = 10
				date > 1940.1.1
				has_war = no
			}
		}
		fire_only_once = yes
		cost = 100
		days_remove = 15

		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision TUN_join_ottomans"
		}
		remove_effect = {
		TUR = {
		country_event = sharedafrika.2
			}
		}
	}
TUN_join_entente = {# join Entente
icon = generic_agreement
		allowed = { original_tag = TUN }
		available = {
			is_in_faction = no
			is_subject = no
			NOT = {
				has_socialist_government = yes
			}
			ENT = {
				is_faction_leader = yes
				}
			}
		ai_will_do = {
			base = 0
			modifier = {
				add = 5
				date > 1940.1.1
				has_war = no
			}
		}
		fire_only_once = yes
		cost = 150
		days_remove = 15

		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision TUN_join_entente"
		}
		remove_effect = {
		ENT = {
		country_event = sharedafrika.2
			}
		}
	}
TUN_join_france = {# join Third Internationale
icon = generic_agreement
		allowed = { original_tag = TUN }
		available = {
			is_in_faction = no
			is_subject = no
			INT = {
				is_faction_leader = yes
			}
			has_socialist_government = yes
		}
		ai_will_do = {
			base = 0
			modifier = {
				add = 10
				date > 1940.1.1
				has_war = no
			}
		}
		fire_only_once = yes
		cost = 100
		days_remove = 15

		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision TUN_join_france"
		}
		remove_effect = {
			INT = {
				country_event = sharedafrika.2
			}
		}
	}
TUN_join_egypt = {# join the Cairo Axis
icon = generic_agreement
		allowed = { original_tag = TUN }
		available = {
			is_in_faction = no
			is_subject = no
			EGY = {
				is_faction_leader = yes
			}
		}
		ai_will_do = {
			base = 0
			modifier = {
				add = 10
				date > 1940.1.1
				has_war = no
			}
		}
		fire_only_once = yes
		cost = 100
		days_remove = 15

		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision TUN_join_egypt"
		}
		remove_effect = {
			EGY = {
				country_event = sharedafrika.2
			}
		}
	}
}