summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-06-16 00:46:41 +0200
committerTor Andersson <tor@ccxvii.net>2023-02-18 12:12:42 +0100
commit4538c7c584b149e9958ff24cf3e98e83a0197e05 (patch)
tree3849b2a523310c5fdc13735c0b2abb6518f78929 /rules.js
parentbbab7151783ec5fe5ecf42625c8688682cf46d8b (diff)
downloadshores-of-tripoli-4538c7c584b149e9958ff24cf3e98e83a0197e05.tar.gz
tripoli: Release.
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js4
1 files changed, 2 insertions, 2 deletions
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);