diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-06-02 21:52:49 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-10 18:13:09 +0100 |
commit | 7df2dec14054359146ae526b62a88daad21f0023 (patch) | |
tree | f5276c18ee22716d3c3c8467f396c4531a61e66f /rules.js | |
parent | 16d5df23b8de3c7463f77e5440df0767860464a8 (diff) | |
download | plantagenet-7df2dec14054359146ae526b62a88daad21f0023.tar.gz |
scenario end marker.
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7548,7 +7548,7 @@ exports.view = function (state, current) { log: game.log, reveal: 0, - scenario: (scenario_first_turn[game.scenario] << 5) + (scenario_last_turn[game.scenario]), + end: scenario_last_turn[game.scenario], turn: game.turn, events: game.events, pieces: game.pieces, |