diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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, |