From a4342710ecccbe8c82f9a18d0a6a69f7af867f2a Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:21:56 +0100 Subject: update view schema for temporary drawn and deck panel displays --- rules.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 5694fe5..264fd63 100644 --- a/rules.js +++ b/rules.js @@ -726,6 +726,8 @@ exports.VIEW_SCHEMA = { hand: {type: "array", items: {type: "integer", minimum: 1, maximum: 128}}, set_aside: {type: "array", items: {type: "integer", minimum: 1, maximum: 128}}, selected_cards: {type: "array", items: {type: "integer", minimum: 1, maximum: 128}}, + drawn: {type: "array", items: {type: "integer", minimum: 1, maximum: 128}}, + deck: {type: "array", items: {type: "integer", minimum: 1, maximum: 128 + 4}}, }, required: [ -- cgit v1.2.3