﻿##################################################

#Trigger to limit the timeframe of the Pannonian Romes
ce_balkan_romance_region_trigger = {
	OR = {
		current_date <= 950.1.1 #No reason to check later
		AND = {
			current_date <= 910.1.1 #Magyars go Brrr
			has_global_variable = abotrite_assimilation_happened #Magyars go Brrr
		}
	}
}