Egypt has the mission "Invade Seleucid Territory." The conditions for allowing this mission require that the country not be at war:
However, the mission aborts unless you are at war with the Seleucids:
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?
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