﻿add_namespace = MNT_NATO

#Montenegro joined NATO in June of 2017.
country_event = {
	id = MNT_NATO.1
	title = MNT_NATO.1.t
	desc = MNT_NATO.1.d
	picture = GFX_MNT_NATO

	fire_only_once = yes
	
	trigger = {
		original_tag = MNT
		NOT = {
			OR = {
				has_government = communism
				has_government = nationalist
				has_government = fascism
				
			}
		}
		is_in_faction = no
		date > 2017.6.5
	}
	
	mean_time_to_happen = {
		days = 10
	}
	
	option = { #Join NATO
		name = MNT_NATO.1.A
		log = "[GetDateText]: [This.GetName]: MNT_NATO.1.A executed"
		add_ideas = NATO_member
	}
	option = { #Don't join
		name = MNT_NATO.1.B
		log = "[GetDateText]: [This.GetName]: MNT_NATO.1.B executed"
		
	}
	
}