diff options
-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) { |