summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index 7ce4d9b..faf7207 100644
--- a/rules.js
+++ b/rules.js
@@ -6891,10 +6891,12 @@ exports.view = function (state, current) {
end: scenario_last_turn[game.scenario],
turn: game.turn,
+ victory_check: game.victory_check,
events: game.events,
pieces: game.pieces,
battle: game.battle,
+
held1: game.hand1.length,
held2: game.hand2.length,