generic_coalition_politics_desicions = {

	SER_rename_nation = {

		icon = GFX_decision_generic_form_nation

		fire_only_once = yes
		
		cost = 10
		
		ai_will_do = {
			factor = 0
			modifier = {
				date > 2003.1.1
				factor = 50
			}
		}

		visible = {
			has_cosmetic_tag = SER_FRY
		}
		
		complete_effect = {
			drop_cosmetic_tag = yes
			set_cosmetic_tag = SER_MNT
		}
	}
}