ARG_falklands_question_category = {

	ARG_second_falklands_war = {

		cost = 200

		available = {
			has_war_support > 0.7
			has_government = nationalist
			ENG = { owns_state = 26 }
		}

		Is_good = no
		days_remove = 120
		fire_only_once = yes

		complete_effect = {
			add_popularity = {
				ideology = nationalist
				popularity = 0.1
			}
		}
		
		modifier = {
			war_support_weekly = 0.005
			stability_weekly = 0.005
		}

		remove_effect = {
			ARG = {
				declare_war_on = {
					target = ENG
					type = take_state
					generator = { 26 }
				}
			}
		}
		
		highlight_states = {
			state = 26
		}
		
		ai_will_do = {
			factor = 0

			modifier = {
				add = 1
				is_historical_focus_on = No
			}
		}
	}
}