diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-04-13 22:42:51 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-04-15 13:12:31 +0200 |
commit | c20e43e243070078394002991ed59cfc6206892f (patch) | |
tree | 9300566b2f79a44bc4a4c889b5ab00af68f761e4 | |
parent | 22dce62ac3bd4f0d3d2aa7640857cc91ef43344f (diff) | |
download | plantagenet-c20e43e243070078394002991ed59cfc6206892f.tar.gz |
Disable campaign scenario (for now).
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ exports.scenarios = [ "Ic. Somerset's Return", "II. Warwicks' Rebellion", "III. My Kingdom for a Horse", - "I-III. Wars of the Roses", +// TODO "I-III. Wars of the Roses", ] const scenario_last_turn = { |