# Does Ethiopia (or anyone else that want to use this) have a Military Academy? 
# Add triggers for those countries as needed 
has_military_academy = {
	IF = {
		limit = { 
		}
		custom_trigger_tooltip = {
			tooltip = has_military_academy_tt 
		}
	}
}


# Does Ethiopia (or anyone else that want to use this) have a Naval Academy? 
# Add triggers for those countries as needed 
has_naval_academy = {
	IF = {
		limit = { 
		}
		custom_trigger_tooltip = {
			tooltip = has_naval_academy_tt 
		}
	}
}

# Does Ethiopia (or anyone else that want to use this) have an Air Force Academy? 
# Add triggers for those countries as needed 
has_air_academy = {
	IF = {
		limit = { 
		}
		custom_trigger_tooltip = {
			tooltip = has_air_academy_tt 
		}
	}
}
# Does Ethiopia (or anyone else that want to use this) have an established Air Force? 
# Add triggers for those countries as needed 
has_air_force_command = {
	IF = {
		limit = { 
		}
		custom_trigger_tooltip = {
			tooltip = has_air_force_command_tt 
		}
	}
}