summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index 7e7d8e2..6fb0136 100644
--- a/rules.js
+++ b/rules.js
@@ -10579,6 +10579,9 @@ exports.view = function (state, current) {
pieces: game.pieces,
battle: game.battle,
+ held1: game.hand1.length,
+ held2: game.hand2.length,
+
command: game.command,
hand: null,
plan: null,