soviets_no_more = {
	OR = {
		NOT = { country_exists = SOV }
		NOT = { SOV = { has_government = communism } }
		SOV = is_puppet = yes
	}
}
same_ieology_with_tuva = {
	OR = {
		AND = {
			TAN = {
				has_government = democratic
			}
			has_government = democratic
		}
		AND = {
			TAN = {
				has_government = fascism
			}
			has_government = fascism
		}
		AND = {
			TAN = {
				has_government = neutrality
			}
			has_government = neutrality
		}
	}
}