﻿# This decision was made for players who are stuck playing a character that is neither landed nor landless nor adventurer.
# It is for those who doesn't want to / don't know to use debug mode to unstuck their char (or also don't want to lose potential achievements enabled game)
#tiger-ignore(block)
unop_debug_unlanded_limbo_interaction = {
	category = interaction_category_friendly	
	desc = unop_debug_unlanded_limbo_interaction_desc
	common_interaction = yes
	use_diplomatic_range = no
	ignores_pending_interaction_block = yes
	auto_accept = yes
	icon = request_invasion_sponsorship_interaction

	is_shown = {
		scope:actor = {
			is_ai = no
			is_playable_character = no
			scope:recipient ?= this
		}
	}

	on_accept = {
		scope:recipient = {
			create_landless_adventurer_title_effect = {
				REASON = flag:voluntary
				FLAVOR_CHAR = scope:recipient
			}
		}
	}
}
