establish_client_march = {
	category = influence

	require_acceptance = no

	is_visible = {
		is_subject = no
		primitives = no
		can_create_subject_type = {
			subject = FROM
			subject_type = client_march
		}
	}

	is_allowed = {
		hidden_trigger = {
			is_subject = no
			primitives = no
			can_create_subject_type = {
				subject = FROM
				subject_type = client_march
			}
		}
		is_at_war = no
		FROM = { is_at_war = no }
	}

	on_accept = {
		if = {
			limit = {
				is_subject = no
				primitives = no
				can_create_subject_type = {
					subject = FROM
					subject_type = client_march
				}
				is_at_war = no
				FROM = { is_at_war = no }
			}
			create_subject = {
				subject = FROM
				subject_type = client_march
				keep_liberty_desire = yes
			}
		}
	}

	ai_will_do = {
		always = no
	}
}