summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-06-02 21:52:49 +0200
committerTor Andersson <tor@ccxvii.net>2023-12-10 18:13:09 +0100
commit7df2dec14054359146ae526b62a88daad21f0023 (patch)
treef5276c18ee22716d3c3c8467f396c4531a61e66f /rules.js
parent16d5df23b8de3c7463f77e5440df0767860464a8 (diff)
downloadplantagenet-7df2dec14054359146ae526b62a88daad21f0023.tar.gz
scenario end marker.
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index b220314..180a0d6 100644
--- a/rules.js
+++ b/rules.js
@@ -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,