﻿# A title is transferred to a new character
# root = the new holder
# scope:title = the title that changes hands
# scope:previous_holder = previous holder. Might be dead
on_title_gain = {
	on_actions = {
		agot_hf_on_title_gain
	}
}

agot_hf_on_title_gain = {
	effect = {
		#AGOT: House Founders - Converting to local culture
		agot_hf_converting_to_local_culture_effect = yes
		#AGOT: House Founders - Secret Thing :)
		agot_hf_secret_thing = yes
	}
}