Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. common/triggered_modifiers/00_triggered_modifiers.txt +5 -8
common/triggered_modifiers/00_triggered_modifiers.txt CHANGED
@@ -26,14 +26,11 @@ east_indian_trade_route = {
26
26
  has_discovered = 1460 # Cape of Good Hope
27
27
  num_of_ports = 4
28
28
  has_idea = quest_for_the_new_world
29
- any_active_trade_node = {
30
- has_merchant = ROOT
31
- OR = {
32
- province_id = 1361 # Straits of Johor
33
- province_id = 1343 # Ganges Delta
34
- province_id = 504 # Sind
35
- province_id = 1340 # Comorin Cape
36
- }
29
+ OR = {
30
+ 1361 = { has_merchant = ROOT } #Straits of Johor
31
+ 1343 = { has_merchant = ROOT } #Ganges Delta
32
+ 504 = { has_merchant = ROOT } #Sind
33
+ 1340 = { has_merchant = ROOT } #Comorin Cape
37
34
  }
38
35
  }
39
36