diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-04-26 00:02:37 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-04-26 00:02:37 +0200 |
commit | 04b19181ed33cf259794e48d9652184f8d31473f (patch) | |
tree | b3ee3b92a815d62c5ffbe1d83928e5b0c5581f45 /tools | |
parent | 3297b384717a15bdb305cb006c96c96d022df58e (diff) | |
download | plantagenet-04b19181ed33cf259794e48d9652184f8d31473f.tar.gz |
fix succession/parliament_votes initial flagging
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 d4b4c9d..ac5f75f 100644 --- a/tools/gendata.js +++ b/tools/gendata.js @@ -1616,7 +1616,7 @@ arts_of_war_capability("Y8", "England is my home", "any") arts_of_war_capability("Y9", "Barricades", "any") arts_of_war_capability("Y10", "Agitators", "any") arts_of_war_capability("Y11", "Yorkists Never Wait", "any") -arts_of_war_capability("Y12", "Soldiers of fortune", "any") +arts_of_war_capability("Y12", "Soldiers of Fortune", "any") arts_of_war_capability("Y13", "Scourers", "any",) arts_of_war_capability("Y14", "Burgundians", ["York", "March"]) arts_of_war_capability("Y15", "Naval Blockade", ["Warwick Y"]) |