• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

unmerged(44302)

Corporal
May 12, 2005
31
0
Egypt has the mission "Invade Seleucid Territory." The conditions for allowing this mission require that the country not be at war:

Code:
allow = {
		tag = EGY
		controls = 221	# Judea
		controls = 224	# Sinai
		SEL = {
			controls = 219	# Damascus
			controls = 220	# Phoenicia
		}
		not = { alliance_with = SEL }
		war = no

However, the mission aborts unless you are at war with the Seleucids:

Code:
abort = {
		or = {
			not = { exists = SEL }
			not = { war_with = SEL }

resulting in an automatic failure after 1 day.

It is not clear if the allowing condition should be war with the Seleucids, or if the abort condition should be removed. I think the former?
 
Upvote 0
Reported, thanks.