diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-11-07 18:47:37 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 12:42:59 +0100 |
commit | 9e4f832ab8a64bf6b0f8d23ceff7577f5074f071 (patch) | |
tree | 361cd2547709a92c8b9315b6905a177ca3a2991e /create.html | |
parent | 61cb34aa0b74f67a5b3cc325e02fcbedde9add58 (diff) | |
download | 300-earth-and-water-9e4f832ab8a64bf6b0f8d23ceff7577f5074f071.tar.gz |
Add options to game setup.
Diffstat (limited to 'create.html')
-rw-r--r-- | create.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/create.html b/create.html index 891641e..550e74d 100644 --- a/create.html +++ b/create.html @@ -1,6 +1,7 @@ -<dl> -<dt> -Cheap Fleets (optional rule): -<dd> -Each Persian fleet costs only 1 talent. -</dl> +<p> +Optional rules: +<p> +<label> +<input type="checkbox" name="cheap_fleets" value="true"> +Each fleet costs only 1 talent. +</label> |