﻿make_laamp = {
	category = interaction_category_diplomacy
	desc = make_laamp_desc
	use_diplomatic_range = no
	ignores_pending_interaction_block = yes
	icon = request_invasion_sponsorship_interaction

	interface_priority = 1

	is_shown = {
	
	}

	auto_accept = yes

	ai_will_do = 0

	on_accept = {
		scope:recipient = {
			if = {
				limit = { is_ruler = yes }
				depose = yes
			}
			create_landless_adventurer_title_effect = {
				REASON = flag:voluntary
				FLAVOR_CHAR = scope:recipient
			}
		}
	}
}


