iron_nest_program_category = {
	icon = GFX_decision_iron_nest_program
	priority = 9999
	visible = {
		OR = {
			is_special_project_completed = sp:sp_land_iron_nest_overall_project
			has_country_flag = iron_nest_overall_project_completed
			AND = {
				has_tech = iron_nest_equipment_unlock_tech
				has_tech = iron_nest_railway_gun_unlock_tech
				has_tech = iron_nest_naval_battery_unlock_tech
			}
		}
	}
}

iron_nest_emplacement_category = {
	icon = GFX_decision_iron_nest_deploy
	priority = 9998
	visible = {
		is_ai = no
		has_tech = iron_nest_equipment_unlock_tech
		NOT = { has_country_flag = iron_nest_display_hidden }
	}
}
