diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-11-19 02:45:51 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 12:12:42 +0100 |
commit | e3994d1b541e2625b1d613c98f7861454190858a (patch) | |
tree | 4438302b4bbbf0bf0638f99000a48df48d4d8046 | |
parent | bd651ebda0091b3a697196d1e95944a36bdcdc0d (diff) | |
download | shores-of-tripoli-e3994d1b541e2625b1d613c98f7861454190858a.tar.gz |
Clean up stylesheets. Don't show options in game lists.
-rw-r--r-- | create.html | 6 | ||||
-rw-r--r-- | rules.js | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/create.html b/create.html index 94cc5d9..e69de29 100644 --- a/create.html +++ b/create.html @@ -1,6 +0,0 @@ -<dl> -<dt> -Tournament rules: -<dd> -Hidden discard piles and tournament scoring points. -</dl> @@ -9,7 +9,7 @@ const TR = "Tripolitania"; const { SPACES, PIECES } = require('./data'); exports.scenarios = [ - "Tournament", + "Standard", ]; function get_piece_id(name) { |