From 2a8d1666ea382254977bcd54eef3d4b86ad80b0a Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@tutamail.com>
Date: Thu, 19 Nov 2020 19:09:02 +0100
Subject: [PATCH] remove bestiarychapter counter

---
 cc.tex    | 3 ++-
 rules.tex | 5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/cc.tex b/cc.tex
index 1a732cef..896ee883 100644
--- a/cc.tex
+++ b/cc.tex
@@ -1,5 +1,5 @@
 \chapter{Character Creation}\index{Traits}\index{Character Creation}\label{character_rolls}
-\setcounter{bestiarychapter}{\thechapter}
+\settoggle{bestiarychapter}{true}
 
 \begin{multicols}{2}
 
@@ -699,3 +699,4 @@ Whether this comes through prayer or inborn abilities which develop over time, a
 \end{multicols}
 
 }{}
+\settoggle{bestiarychapter}{false}
diff --git a/rules.tex b/rules.tex
index 229af56a..2a948ce0 100644
--- a/rules.tex
+++ b/rules.tex
@@ -1,5 +1,6 @@
 \chapter{The Rules}
-\setcounter{bestiarychapter}{\thechapter}
+
+\settoggle{bestiarychapter}{true}
 
 \section{Basic Actions}
 
@@ -785,4 +786,4 @@ Each region has its own set of likely encounters, such as tradesmen in the villa
 
 \end{multicols}
 
-
+\settoggle{bestiarychapter}{false}
-- 
GitLab