From e3994d1b541e2625b1d613c98f7861454190858a Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 19 Nov 2021 02:45:51 +0100 Subject: Clean up stylesheets. Don't show options in game lists. --- create.html | 6 ------ rules.js | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/create.html b/create.html index 94cc5d9..e69de29 100644 --- a/create.html +++ b/create.html @@ -1,6 +0,0 @@ -
-
-Tournament rules: -
-Hidden discard piles and tournament scoring points. -
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) { -- cgit v1.2.3