feudal_house_hotfix = {
	desc = feudal_house_hotfix_desc
	is_shown = {
		is_ai = no
	effect = {
        every_ruler = {
            limit = {
                has_government = feudal_government
                is_house_head = yes
            }
            create_noble_family_effect = { GOVERNMENT_GIVER = this }
        }
    }
}