From c0eae3ad5112d84316df51b0902f40bfffd3404f Mon Sep 17 00:00:00 2001 From: "Matthew D. Hall" Date: Sat, 24 Jan 2015 03:08:17 -0800 Subject: [PATCH] WoL trade route target selection fixed --- EMF/EMF_changelog.txt | 4 ++++ EMF/events/wol_business_events.txt | 10 ++++++---- EMF/version.txt | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/EMF/EMF_changelog.txt b/EMF/EMF_changelog.txt index 66c56044cc..a0271ae640 100644 --- a/EMF/EMF_changelog.txt +++ b/EMF/EMF_changelog.txt @@ -1,3 +1,7 @@ +EMF 3.05 [2015-01-24] + VANILLA FIX: When using the 'Business' focus, no longer will rulers open up trade routes with landless characters such as Isis or rulers such as the Pope if, e.g., Muslim + + EMF 3.04 [2015-01-23] Distribute Recently Acquired Land: Now shows clickable portraits for the [up to] two "best-fit" characters options for title distribution in its per-province prompt EMF no longer uses any title history from Project Balance diff --git a/EMF/events/wol_business_events.txt b/EMF/events/wol_business_events.txt index 50c3793ef4..1e668bd56d 100644 --- a/EMF/events/wol_business_events.txt +++ b/EMF/events/wol_business_events.txt @@ -506,8 +506,8 @@ character_event = { ai = yes is_adult = yes is_within_diplo_range = ROOT - mercenary = no - holy_order = no + primary_title = { is_primary_type_title = no } # EMF: Exclude Isis, the Pope, mercs, holy orders, etc. + is_landed = yes # EMF NOT = { OR = { is_rival = ROOT @@ -530,8 +530,8 @@ character_event = { ai = yes is_adult = yes is_within_diplo_range = ROOT - mercenary = no - holy_order = no + primary_title = { is_primary_type_title = no } # EMF: Exclude Isis, the Pope, mercs, holy orders, etc. + is_landed = yes # EMF NOT = { OR = { is_rival = ROOT @@ -556,6 +556,7 @@ character_event = { is_within_diplo_range = ROOT mercenary = no holy_order = no + is_landed = yes # EMF NOT = { OR = { is_rival = ROOT @@ -578,6 +579,7 @@ character_event = { is_adult = yes mercenary = no holy_order = no + is_landed = yes # EMF NOT = { OR = { is_rival = ROOT diff --git a/EMF/version.txt b/EMF/version.txt index 14d863dc12..b27136f32f 100644 --- a/EMF/version.txt +++ b/EMF/version.txt @@ -1 +1 @@ -v3.04 - 2015-01-23 \ No newline at end of file +v3.05 - 2015-01-24 \ No newline at end of file