summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-01-21 00:31:45 +0100
committerTor Andersson <tor@ccxvii.net>2023-02-18 13:02:39 +0100
commit97584b397465e3507b032823d0ebe5e0b4527a4a (patch)
treed1fe6fb563fb6a774bb0060ff1fdf91709605ca6 /rules.js
parent342fb4b65d616a1c81ed92319298707f6b42680f (diff)
downloadnevsky-97584b397465e3507b032823d0ebe5e0b4527a4a.tar.gz
Show number of held cards.
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,