﻿REPLACE:violate_sovereignty_war_check = {
	attacker_warleader = {
		OR = {
			has_strategic_land_adjacency = scope:target_country
			any_scope_ally = {				
				has_strategic_land_adjacency = scope:target_country
			}
		}
	}
	defender_warleader = {
		OR = {
			has_strategic_land_adjacency = scope:target_country
			any_scope_ally = {				
				has_strategic_land_adjacency = scope:target_country
			}
		}
	}
}
