From d60340e9e9cffd176f63058ce5d48bfd0546e822 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Fri, 17 Jan 2020 13:22:17 -0800 Subject: [PATCH] Add index assignment settings --- amanuensis/resources/lexicon.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/amanuensis/resources/lexicon.json b/amanuensis/resources/lexicon.json index 60e0ab3..80efd7f 100644 --- a/amanuensis/resources/lexicon.json +++ b/amanuensis/resources/lexicon.json @@ -3,8 +3,11 @@ "name": null, "editor": null, "turn": { - "current": 1, - "max": 8 + "current": null, + "start": 1, + "max": 8, + "index": { + } }, "join": { "open": true,