political_decisions = {
	land_of_opportunity = {
		picture = liberty_enlightening_the_world
		potential = {
			OR = { 
			THIS = { capital_scope = { continent = north_america } }
			THIS = { capital_scope = { continent = south_america } }  
					tag = GRN }
			NOT = { has_country_flag = annexation_of_mexico
			has_country_flag = the_slavery_debate }
			THIS = {
					slavery = no_slavery
				}
			NOT = { has_country_flag = land_of_opportunity }
		}
		
		allow = {
			war = no
			government = democracy
			ruling_party_ideology = liberal
            money = 105000
		}
		
		effect = {
			set_country_flag = land_of_opportunity
			add_country_modifier = {
				name = land_of_opportunity
				duration = 2250
			}
            treasury = -100000
		}
		
		ai_will_do = {
			factor = 1 }
	}
	MP_options = {
		picture = klink
		alert = no
		potential = {
			ai = no
			NOT = { has_country_flag = see }
		}
		
		allow = { 
			NOT = { has_country_flag = see } 
			ai = no
		}
		effect = {
			set_country_flag = see
		}

	}
	MP_options_unsee = {
		picture = klink
		alert = no
		potential = {
			ai = no
			has_country_flag = see 
		}
		
		allow = { 
			has_country_flag = see 
			ai = no
		}
		effect = {
			clr_country_flag = see
		}

	}

	will_receive = {
		picture = grant
		alert = no
		potential = {
			civilized = yes
			ai = no
			NOT = { has_country_flag = will_receive_grants }
			has_country_flag = see
		}
		
		allow = { 
			ai = no
			NOT = { has_country_modifier = requested_grant }
		}
		effect = {
			country_event = { id = 91400 days = 0 }
			add_country_modifier = { name = requested_grant duration = 7 }
		}

	}

	will_not_give = {
		alert = no
		civilized = yes
		picture = grant
		potential = {
			has_country_flag = see
			ai = no
			NOT = { has_country_flag = deny_grant }
			}

		allow = { NOT = { has_country_flag = deny_grant } }
		effect = {
			set_country_flag = deny_grant
		}
	}


	will_give = {
		picture = grant
		alert = no
		potential = {
			has_country_flag = see
			ai = no
			has_country_flag = deny_grant
		}
		
		allow = { 
			ai = no
			has_country_flag = deny_grant }
		effect = {
			clr_country_flag = deny_grant
			}
	}
	release_vassals = {
	alert = no
	potential = {
		ai = no
		num_of_vassals = 1
		has_country_flag = see
		
	}
	allow = {
	}
	effect = {
		THIS = { country_event = 9130600 days = 0 }
	}
  }
	Dismantled_thingy = {
	alert = yes
	potential = {
		BRD = { owns = 549 }
		year = 1837
		NOT = { year = 1838 }
		NOT = { has_country_flag = gorda }
	}
	allow = {
	}
	effect = {
			add_country_modifier = {
				name = dismantled_thingy
				duration = -1
			}
			set_country_flag = gorda
	}
  }
}