summaryrefslogtreecommitdiff
path: root/create.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-01-17 01:38:17 +0100
committerTor Andersson <tor@ccxvii.net>2024-01-17 01:38:17 +0100
commit04bc715ab425cc087bfc1ed61e3ce520fac99125 (patch)
tree0d628269c42ef3f18fad776a430d6b997daaeec1 /create.html
parent33c664391add7d7b57775689e780b0110d13c1a4 (diff)
downloadtime-of-crisis-04bc715ab425cc087bfc1ed61e3ce520fac99125.tar.gz
Add "long game" option to play to 90 points instead of 60.wip
Diffstat (limited to 'create.html')
-rw-r--r--create.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/create.html b/create.html
index f1cc31b..a345f17 100644
--- a/create.html
+++ b/create.html
@@ -20,6 +20,11 @@ Player count:
<input type="checkbox" value="true" name="no_demagogue" disabled><span>No Demagogue</span>
</label>
+<p>
+<label>
+<input type="checkbox" value="true" name="long_game">Long game (to 90 Legacy)
+</label>
+
<script>
document.querySelector("select[name='scenario']").onchange = function (event) {
let input = document.querySelector("input[name='no_demagogue']")