# Comprehensive Sandbox Control - co-op consent triggers
#
# Country-scoped. Actor is ROOT, target is in scope (THIS).

# True if co-op consent is required for the target country (THIS)
csc_consent_required = {
	csc_disruptive_coop_consent = yes
	exists = yes
	NOT = { tag = ROOT }
	NOT = { is_ai = yes }
}
