summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-11-19 02:45:51 +0100
committerTor Andersson <tor@ccxvii.net>2023-02-18 12:12:42 +0100
commite3994d1b541e2625b1d613c98f7861454190858a (patch)
tree4438302b4bbbf0bf0638f99000a48df48d4d8046
parentbd651ebda0091b3a697196d1e95944a36bdcdc0d (diff)
downloadshores-of-tripoli-e3994d1b541e2625b1d613c98f7861454190858a.tar.gz
Clean up stylesheets. Don't show options in game lists.
-rw-r--r--create.html6
-rw-r--r--rules.js2
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>
diff --git a/rules.js b/rules.js
index fcc9d36..aaa6e22 100644
--- a/rules.js
+++ b/rules.js
@@ -9,7 +9,7 @@ const TR = "Tripolitania";
const { SPACES, PIECES } = require('./data');
exports.scenarios = [
- "Tournament",
+ "Standard",
];
function get_piece_id(name) {