je_remove_french_monarchy = {

	icon = "gfx/interface/icons/event_icons/event_default.dds"
	
	is_shown_when_inactive = {
        NOT = { c:FRA = ROOT }
		OR = {
			has_law = law_type:law_legitimist_monarchy
			has_law = law_type:law_orleanist_monarchy
			has_law = law_type:law_bonapartist_monarchy
		}
	}
	
	complete = {
		NOT = {
			has_law = law_type:law_legitimist_monarchy
			has_law = law_type:law_orleanist_monarchy
			has_law = law_type:law_bonapartist_monarchy
		}
    }

	immediate = {
		activate_law = law_type:law_monarchy
	}
	
	weight = 100

	should_be_pinned_by_default = yes
}