From f5cb08106741ef3b48cf9f25c2b09480e43bb540 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sun, 4 Aug 2024 18:54:19 +0200
Subject: [PATCH] always include example character spells

---
 backpage.tex   | 5 +----
 csCommands.sty | 2 ++
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/backpage.tex b/backpage.tex
index f4bac69d..970ed604 100644
--- a/backpage.tex
+++ b/backpage.tex
@@ -21,10 +21,7 @@
 
 
 \iftoggle{examplecharacter}{
-  \iftoggle{core}{
-    \charSpellList
-  }{}
-
+  \charSpellList
 }{
   \vspace{1em}
   \lineDots[26]
diff --git a/csCommands.sty b/csCommands.sty
index 6736dee7..e3e61ddb 100644
--- a/csCommands.sty
+++ b/csCommands.sty
@@ -190,6 +190,8 @@
 
 \newcommand\printCharacter[1]{
   \resetCS
+  \settoggle{examplecharacter}{true}
+  \settoggle{allyCharacter}{true}
   \input{ex_cs/#1.tex}
   \input{config/CS.tex}
   \input{config/backpage.tex}
-- 
GitLab