diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-04-28 18:20:15 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-04-28 18:30:59 +0200 |
commit | 3fa550e6d495b807751d3234d96f38e87dfbd02c (patch) | |
tree | fc79d10dad7edf1c06f48eafccc9e4ced03199d3 /tools/gendata.js | |
parent | e018d811bfcb8fe0245189c3cce6c9867315c3c6 (diff) | |
download | plantagenet-3fa550e6d495b807751d3234d96f38e87dfbd02c.tar.gz |
Fix Captain list of shields
Diffstat (limited to 'tools/gendata.js')
-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 278b90e..502b728 100644 --- a/tools/gendata.js +++ b/tools/gendata.js @@ -1634,7 +1634,7 @@ arts_of_war_capability("Y26", "Fallen Brother", ["Gloucester 1", "Gloucester 2", arts_of_war_capability("Y27", "Percy's North", ["Northumberland Y1","Northumberland Y2"]) arts_of_war_capability("Y28", "First Son", ["Edward IV"]) arts_of_war_capability("Y29", "Stafford Branch", ["Devon"]) -arts_of_war_capability("Y30", "Captain", ["Devon", "Pembroke"]) +arts_of_war_capability("Y30", "Captain", ["Northumberland Y1", "Northumberland Y2", "Pembroke"]) arts_of_war_capability("Y31", "Woodvilles", ["Edward IV", "Devon", "Gloucester 1", "Gloucester 2", "Richard III"]) arts_of_war_capability("Y32", "Final Charge", ["Richard III"]) arts_of_war_capability("Y33", "Bloody thou art, bloody will be thy end", ["Richard III"]) |