	# --- LSA and MIG: Always annex, never puppet ---
peace_ai_desires = {
	lsa_mig_aggressive_annex = {
		peace_action_type = take_states
		enable = {
			OR = {
				tag = LSA
				tag = MIG
				tag = PEM
			}
		}
		ai_desire = 9999
	}

	lsa_mig_no_puppets = {
		peace_action_type = puppet
		enable = {
			OR = {
				tag = LSA
				tag = MIG
				tag = PEM
			}
		}
		ai_desire = -9999
	}

	lsa_mig_no_force_government = {
		peace_action_type = force_government
		enable = {
			OR = {
				tag = LSA
				tag = MIG
				tag = PEM
			}
		}
		ai_desire = -9999
	}

	lsa_mig_no_liberation = {
		peace_action_type = liberate
		enable = {
			OR = {
				tag = LSA
				tag = MIG
				tag = PEM
			}
		}
		ai_desire = -9999
	}
}
