political_decisions = {
    The_slovak_question = {
	picture = austriabohemia
	    potential = { 
			tag = HUN
			owns = 633
			NOT = { has_country_flag = yay_slovak  }
		}
		
		allow = { 
			owns = 633
			nationalism_n_imperialism = 1
		}
	    
		effect = {
		    add_accepted_culture = slovak
		set_country_flag = yay_slovak
		}
	}
	support_Galitzia's_revolt = {
	picture = bulgarianindependence
		potential = {
			tag = HUN
				has_country_flag = empires_fear
		AUS = { owns = 714 }
		NOT = { has_country_flag = Galitzian }
		GLO = { exists = no }
		RUS = { has_country_flag = polish_revolution_has_happened }
		treasury = 10000
		} 
		
		allow = {
		NOT = { vassal_of = AUS }
		}
		
		effect = {
			prestige = 20
			badboy = 2
			money = -10000
			AUS = { country_event = 142900 }
			set_country_flag = Galitzian
			}
		}
	support_Ukraine's_revolt = {
	picture = bulgarianindependence
		potential = {
			tag = HUN
				has_country_flag = empires_fear
		RUS = { owns = 958 }
		UKR = { exists = no }
		NOT = { has_country_flag = ukra }
		RUS = { has_country_flag = polish_revolution_has_happened }
		treasury = 10000
		} 
		
		allow = {
		NOT = { vassal_of = AUS }
		}
		
		effect = {
			prestige = 20
			badboy = 2
			RUS = { country_event = 152900 }
			set_country_flag = ukra
			money = -10000
			}
		}
	Accept_croat_Hun = {
	picture = Triunion
		potential = {
			tag = HUN
				NOT = { has_country_flag = accept_minority }
				owns = 771
			CRO = { exists = no }
		}
		
		allow = {
			revolution_n_counterrevolution = 1
			ruling_party_ideology = liberal 
			war = no 
		}
		
		effect = {
			add_accepted_culture = croat
			set_country_flag = accept_minority
		}
	}
}