summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data.js2
-rw-r--r--tools/gendata.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/data.js b/data.js
index fb39f05..e61c286 100644
--- a/data.js
+++ b/data.js
@@ -200,7 +200,7 @@ cards:[
{"name":"T12","event":"Khan Baty","when":"now","capability":"Ordensburgen","this_lord":false,"lords":null},
{"name":"T13","event":"Heinrich Sees the Curia","when":"hold","capability":"William of Modena","this_lord":false,"lords":null},
{"name":"T14","event":"Bountiful Harvest","when":"now","capability":"Trebuchets","this_lord":true,"lords":[0,1,2,3,4,5]},
-{"name":"T15","event":"Mindaugas","when":"now","capability":"Warrior Monks","this_lord":false,"lords":[0,4]},
+{"name":"T15","event":"Mindaugas","when":"now","capability":"Warrior Monks","this_lord":true,"lords":[0,4]},
{"name":"T16","event":"Famine","when":"this_campaign","capability":"Ransom","this_lord":false,"lords":null},
{"name":"T17","event":"Dietrich von GrĂ¼ningen","when":"hold","capability":"Stonemasons","this_lord":true,"lords":[0,1,2,3,4,5]},
{"name":"T18","event":"Swedish Crusade","when":"now","capability":"Cogs","this_lord":true,"lords":[0,1,3]},
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" ])