summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-04-13 22:42:12 +0200
committerTor Andersson <tor@ccxvii.net>2024-04-13 23:31:48 +0200
commitd69bf11a62d98f5fc6cb61c6d1b37046b0bf6079 (patch)
tree8545f49816088aad7b563d7472fb99defc34d632 /rules.js
parentc62755e12f7b3634d1c281b6b030aa699ce9e428 (diff)
downloadplantagenet-d69bf11a62d98f5fc6cb61c6d1b37046b0bf6079.tar.gz
Remove unused code.
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/rules.js b/rules.js
index c15711d..b16ed2d 100644
--- a/rules.js
+++ b/rules.js
@@ -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)