﻿martialskilltree_ai_limit = {
	OR = {
		is_ai = no
		AND = {
			is_ai = yes
			OR = {
				has_trait = strategist
				has_trait = overseer
				has_trait = gallant
			}
		}
	}
}