From 4538c7c584b149e9958ff24cf3e98e83a0197e05 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 16 Jun 2021 00:46:41 +0200 Subject: tripoli: Release. --- rules.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 51b1eb6..a91bd2d 100644 --- a/rules.js +++ b/rules.js @@ -6,7 +6,7 @@ const TR = "Tripolitania"; const { SPACES, PIECES, SEASONS } = require('./data'); exports.scenarios = [ - "Historical", + "Standard", ]; function get_piece_id(name) { @@ -2678,7 +2678,7 @@ exports.setup = function (scenario, players) { undo: [], }; - if (scenario && scenario != "Historical") + if (scenario && scenario != "Standard") game.year = scenario; game.tr.core.push(YUSUF_QARAMANLI); -- cgit v1.2.3