diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gendata.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gendata.js b/tools/gendata.js index 15b8780..3d98773 100644 --- a/tools/gendata.js +++ b/tools/gendata.js @@ -668,7 +668,7 @@ arts_of_war_capability("T11", "Crusade", false, [ "Andreas", "Rudolf" ]) arts_of_war_capability("T12", "Ordensburgen", false, "ALL") arts_of_war_capability("T13", "William of Modena", false, "ALL") arts_of_war_capability("T14", "Trebuchets", true, "any") -arts_of_war_capability("T15", "Warrior Monks", false, [ "Andreas", "Rudolf" ]) +arts_of_war_capability("T15", "Warrior Monks", true, [ "Andreas", "Rudolf" ]) arts_of_war_capability("T16", "Ransom", false, "ALL") arts_of_war_capability("T17", "Stonemasons", true, "any") arts_of_war_capability("T18", "Cogs", true, [ "Heinrich", "Knud & Abel", "Andreas" ]) |