diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-04-13 22:42:12 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-04-13 23:31:48 +0200 |
commit | d69bf11a62d98f5fc6cb61c6d1b37046b0bf6079 (patch) | |
tree | 8545f49816088aad7b563d7472fb99defc34d632 /rules.js | |
parent | c62755e12f7b3634d1c281b6b030aa699ce9e428 (diff) | |
download | plantagenet-d69bf11a62d98f5fc6cb61c6d1b37046b0bf6079.tar.gz |
Remove unused code.
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -45,15 +45,6 @@ exports.scenarios = [ "I-III. Wars of the Roses", ] -const scenario_first_turn = { - "Ia. Henry VI": 1, - "Ib. Towton": 1, - "Ic. Somerset's Return": 5, - "II. Warwicks' Rebellion": 1, - "III. My Kingdom for a Horse": 9, - "I-III. Wars of the Roses": 1, -} - const scenario_last_turn = { "Ia. Henry VI": 15, "Ib. Towton": 2, @@ -11517,10 +11508,6 @@ function logi(msg) { game.log.push(">" + msg) } -function logii(msg) { - game.log.push(">>" + msg) -} - function log_h1(msg) { log_br() log(".h1 " + msg) |