Skip to content

Commit

Permalink
WoL trade route target selection fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
zijistark committed Jan 24, 2015
1 parent b5efc4d commit c0eae3a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions EMF/EMF_changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 6 additions & 4 deletions EMF/events/wol_business_events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -578,6 +579,7 @@ character_event = {
is_adult = yes
mercenary = no
holy_order = no
is_landed = yes # EMF
NOT = {
OR = {
is_rival = ROOT
Expand Down
2 changes: 1 addition & 1 deletion EMF/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.04 - 2015-01-23
v3.05 - 2015-01-24

0 comments on commit c0eae3a

Please # to comment.