From aa9e7a8dc1d9d380697d9389250e45ea176d2f74 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Mon, 28 Aug 2023 13:47:19 +0200
Subject: [PATCH] fix up docs notes

---
 docs.tex | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/docs.tex b/docs.tex
index f863be4f..013f9d2f 100644
--- a/docs.tex
+++ b/docs.tex
@@ -64,8 +64,6 @@ Individual characters can be created by using the \verb"\npc" command then the \
 
 \end{verbatim}
 
-\settoggle{debug}{true}
-
 \npc{\M}{Alice}
 \person{0}% STRENGTH
 {1}% DEXTERITY 
@@ -90,11 +88,11 @@ Then the \verb"\humansoldier" command turns from this:
 
 \ldots into this:
 
-%\settoggle{genExamples}{true}
+\settoggle{genExamples}{true}
 
 \humansoldier
 
-This second soldier is still partly random.
+This second soldier is still random, but note the loot they carry has changed into a roll.
 
 \subsection{Boxes}
 
-- 
GitLab