From 97584b397465e3507b032823d0ebe5e0b4527a4a Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 21 Jan 2023 00:31:45 +0100 Subject: Show number of held cards. --- rules.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rules.js') 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, -- cgit v1.2.3