﻿agot_can_build_or_restore_dragonpits = {
	scope:holder = {
		highest_held_title_tier >= 3 # LPs and Above! 
		agot_has_dragonpit_requirements_trigger = yes
	}
	NOR = {
		scope:holder = { # Cannot have any dragonpits already built in your held titles
			any_held_title = {
				tier = tier_county
				any_county_province = {
					has_building_or_higher = generic_dragon_pit_01
				}
			}
		}
		has_any_dragonpits = yes
		county = {
			any_county_province = {
				has_any_dragonpits = yes
			}
		}
	}
}