﻿RE_house_customizer_select_interaction = {
	category = interaction_category_diplomacy
	use_diplomatic_range = no
	icon = icon_dynasty
	common_interaction = yes

	is_highlighted = {
		always = yes
	}

	is_shown = {
		scope:actor = {
			is_ai = no
			has_trait = re_house_customizer
		}
		scope:recipient = {
			is_lowborn = no
		}
		NOT = { scope:recipient = scope:actor }
	}

	auto_accept = yes

	on_accept = {
		scope:actor = {
			trigger_event = {
				id = RE_house_customizer.0001
			}
		}
	}
}

