diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-06-16 00:46:41 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 12:12:42 +0100 |
commit | 4538c7c584b149e9958ff24cf3e98e83a0197e05 (patch) | |
tree | 3849b2a523310c5fdc13735c0b2abb6518f78929 /rules.js | |
parent | bbab7151783ec5fe5ecf42625c8688682cf46d8b (diff) | |
download | shores-of-tripoli-4538c7c584b149e9958ff24cf3e98e83a0197e05.tar.gz |
tripoli: Release.
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |