diff options
Diffstat (limited to 'create.html')
-rw-r--r-- | create.html | 5 |
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']") |